#427014

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

Shades of Green Leaf #427014

Tints of Green Leaf #427014

Color information

#427014 (or 0x427014) is unknown color: approx Green Leaf. HEX triplet: 42, 70 and 14. RGB value is (66,112,20). Sum of RGB (Red+Green+Blue) = 66+112+20=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 112 (44.14% from 255 or 56.57% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 112 - color contains mainly: green. Hex color #427014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427014 is #BD8FEB. Grayscale: #585858. Windows color (decimal): -12423148 or 1339458. OLE color: 1339458.

HSL color Cylindrical-coordinate representation of color #427014: hue angle of 90º degrees, saturation: 0.7, 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 #427014 is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB6611220-
CMYK0.4100.820.56
HSL90º69.7%25.88%-
HSV(B)90º82.14%43.92%-
XYZ8.1712.82.7-
YUV87.7689.76112.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.33%
GREEN value IS 112 (44.14% from 255) = 56.57%
BLUE value IS 20 (8.20% from 255) = 10.10%
R=33.33%
G=56.57%
B=10.10%

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
Decimal66112200.4100.820.569069.725.88
Hex42701429052385a461a
Octal102160245101227013210632
Binary1000010111000010100101001010100101110001011010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427014; }

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

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

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

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

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

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

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

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