#426F14

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

Shades of Green Leaf #426F14

Tints of Green Leaf #426F14

Color information

#426F14 (or 0x426F14) is unknown color: approx Green Leaf. HEX triplet: 42, 6F and 14. RGB value is (66,111,20). Sum of RGB (Red+Green+Blue) = 66+111+20=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 111 (43.75% from 255 or 56.35% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 111 - color contains mainly: green. Hex color #426F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #426F14 is #BD90EB. Grayscale: #575757. Windows color (decimal): -12423404 or 1339202. OLE color: 1339202.

HSL color Cylindrical-coordinate representation of color #426F14: hue angle of 89.67º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #426F14 is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB6611120-
CMYK0.4100.820.56
HSL89.67º69.47%25.69%-
HSV(B)89.67º81.98%43.53%-
XYZ8.0612.582.66-
YUV87.1790.09112.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.50%
GREEN value IS 111 (43.75% from 255) = 56.35%
BLUE value IS 20 (8.20% from 255) = 10.15%
R=33.50%
G=56.35%
B=10.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66111200.4100.820.5689.6769.4725.69
Hex426F1429052385a451a
Octal102157245101227013210532
Binary1000010110111110100101001010100101110001011010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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