#42611C

Color #42611C Clover (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clover #42611C

Tints of Clover #42611C

Color information

#42611C (or 0x42611C) is unknown color: approx Clover. HEX triplet: 42, 61 and 1C. RGB value is (66,97,28). Sum of RGB (Red+Green+Blue) = 66+97+28=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #42611C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42611C is #BD9EE3. Grayscale: #505050. Windows color (decimal): -12426980 or 1859906. OLE color: 1859906.

HSL color Cylindrical-coordinate representation of color #42611C: hue angle of 86.96º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42611C is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB669728-
CMYK0.3200.710.62
HSL86.96º55.2%24.51%-
HSV(B)86.96º71.13%38.04%-
XYZ6.739.792.63-
YUV79.8798.73118.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 34.55%
GREEN value IS 97 (38.28% from 255) = 50.79%
BLUE value IS 28 (11.33% from 255) = 14.66%
R=34.55%
G=50.79%
B=14.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6697280.3200.710.6286.9655.224.51
Hex42611C200473E573719
Octal10214134400107761276731
Binary100001011000011110010000001000111111110101011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42611C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42611C; }

 p { color: rgb(66,97,28); }

 H1.HeaderClassName
 {
   color: #42611C;
 }
 .AnyTagClassName
 {
   color: #42611C;
 }
</style>
background-color css

<style>
 a { background-color: #42611C; }

 a { background-color: rgb(66,97,28); }

 div.DivClassName
 {
   background-color: #42611C;
 }
 .BgClassName
 {
   background-color: #42611C;
 }
</style>
border-color css

<style>
 span { border-color: #42611C; }

 span { border-color: rgb(66,97,28); }

 td.TdClassName
 {
   border-color: #42611C;
 }
 .TagClassName
 {
   border-color: #42611C;
 }
</style>