#427009

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

Shades of Green Leaf #427009

Tints of Green Leaf #427009

Color information

#427009 (or 0x427009) is unknown color: approx Green Leaf. HEX triplet: 42, 70 and 09. RGB value is (66,112,9). Sum of RGB (Red+Green+Blue) = 66+112+9=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 112 (44.14% from 255 or 59.89% from 187); Blue value is 9 (3.91% from 255 or 4.81% from 187); Max value from RGB is 112 - color contains mainly: green. Hex color #427009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427009 is #BD8FF6. Grayscale: #565656. Windows color (decimal): -12423159 or 618562. OLE color: 618562.

HSL color Cylindrical-coordinate representation of color #427009: hue angle of 86.8º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #427009 is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB661129-
CMYK0.4100.920.56
HSL86.8º85.12%23.73%-
HSV(B)86.8º91.96%43.92%-
XYZ8.0912.772.3-
YUV86.584.26113.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.29%
GREEN value IS 112 (44.14% from 255) = 59.89%
BLUE value IS 9 (3.91% from 255) = 4.81%
R=35.29%
G=59.89%
B=4.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6611290.4100.920.5686.885.1223.73
Hex427092905C38575518
Octal102160115101347012712530
Binary100001011100001001101001010111001110001010111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427009; }

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

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

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

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

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

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

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

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