#42611D

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

Shades of Clover #42611D

Tints of Clover #42611D

Color information

#42611D (or 0x42611D) is unknown color: approx Clover. HEX triplet: 42, 61 and 1D. RGB value is (66,97,29). Sum of RGB (Red+Green+Blue) = 66+97+29=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 97 (38.28% from 255 or 50.52% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 97 - color contains mainly: green. Hex color #42611D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42611D is #BD9EE2. Grayscale: #505050. Windows color (decimal): -12426979 or 1925442. OLE color: 1925442.

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

Color convert

RGB669729-
CMYK0.3200.700.62
HSL87.35º53.97%24.71%-
HSV(B)87.35º70.1%38.04%-
XYZ6.749.82.7-
YUV79.9899.23118.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.38%
GREEN value IS 97 (38.28% from 255) = 50.52%
BLUE value IS 29 (11.72% from 255) = 15.10%
R=34.38%
G=50.52%
B=15.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6697290.3200.700.6287.3553.9724.71
Hex42611D200463E573619
Octal10214135400106761276631
Binary100001011000011110110000001000110111110101011111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42611D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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