#42611A

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

Shades of Clover #42611A

Tints of Clover #42611A

Color information

#42611A (or 0x42611A) is unknown color: approx Clover. HEX triplet: 42, 61 and 1A. RGB value is (66,97,26). Sum of RGB (Red+Green+Blue) = 66+97+26=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 97 (38.28% from 255 or 51.32% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 97 - color contains mainly: green. Hex color #42611A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42611A is #BD9EE5. Grayscale: #4F4F4F. Windows color (decimal): -12426982 or 1728834. OLE color: 1728834.

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

Color convert

RGB669726-
CMYK0.3200.730.62
HSL86.2º57.72%24.12%-
HSV(B)86.2º73.2%38.04%-
XYZ6.719.782.51-
YUV79.6497.73118.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.92%
GREEN value IS 97 (38.28% from 255) = 51.32%
BLUE value IS 26 (10.55% from 255) = 13.76%
R=34.92%
G=51.32%
B=13.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6697260.3200.730.6286.257.7224.12
Hex42611A200493E563a18
Octal10214132400111761267230
Binary100001011000011101010000001001001111110101011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42611A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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