#426912

Color #426912 Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #426912

Tints of Green Leaf #426912

Color information

#426912 (or 0x426912) is unknown color: approx Green Leaf. HEX triplet: 42, 69 and 12. RGB value is (66,105,18). Sum of RGB (Red+Green+Blue) = 66+105+18=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 105 (41.41% from 255 or 55.56% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 105 - color contains mainly: green. Hex color #426912 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426912 is #BD96ED. Grayscale: #535353. Windows color (decimal): -12424942 or 1206594. OLE color: 1206594.

HSL color Cylindrical-coordinate representation of color #426912: hue angle of 86.9º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #426912 is Cyan = 0.37, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB6610518-
CMYK0.3700.830.59
HSL86.9º70.73%24.12%-
HSV(B)86.9º82.86%41.18%-
XYZ7.4111.312.36-
YUV83.4291.08115.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.92%
GREEN value IS 105 (41.41% from 255) = 55.56%
BLUE value IS 18 (7.42% from 255) = 9.52%
R=34.92%
G=55.56%
B=9.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66105180.3700.830.5986.970.7324.12
Hex426912250533B574718
Octal102151224501237312710730
Binary1000010110100110010100101010100111110111010111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426912; }

 p { color: rgb(66,105,18); }

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

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

 a { background-color: rgb(66,105,18); }

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

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

 span { border-color: rgb(66,105,18); }

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