#426B14

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

Shades of Green Leaf #426B14

Tints of Green Leaf #426B14

Color information

#426B14 (or 0x426B14) is unknown color: approx Green Leaf. HEX triplet: 42, 6B and 14. RGB value is (66,107,20). Sum of RGB (Red+Green+Blue) = 66+107+20=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 107 (42.19% from 255 or 55.44% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 107 - color contains mainly: green. Hex color #426B14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426B14 is #BD94EB. Grayscale: #555555. Windows color (decimal): -12424428 or 1338178. OLE color: 1338178.

HSL color Cylindrical-coordinate representation of color #426B14: hue angle of 88.28º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #426B14 is Cyan = 0.38, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB6610720-
CMYK0.3800.810.58
HSL88.28º68.5%24.9%-
HSV(B)88.28º81.31%41.96%-
XYZ7.6311.722.52-
YUV84.8291.42114.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.20%
GREEN value IS 107 (42.19% from 255) = 55.44%
BLUE value IS 20 (8.20% from 255) = 10.36%
R=34.20%
G=55.44%
B=10.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66107200.3800.810.5888.2868.524.9
Hex426B14260513A584519
Octal102153244601217213010531
Binary1000010110101110100100110010100011110101011000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426B14; }

 p { color: rgb(66,107,20); }

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

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

 a { background-color: rgb(66,107,20); }

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

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

 span { border-color: rgb(66,107,20); }

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