#427208

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

Shades of Green Leaf #427208

Tints of Green Leaf #427208

Color information

#427208 (or 0x427208) is unknown color: approx Green Leaf. HEX triplet: 42, 72 and 08. RGB value is (66,114,8). Sum of RGB (Red+Green+Blue) = 66+114+8=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 114 (44.92% from 255 or 60.64% from 188); Blue value is 8 (3.52% from 255 or 4.26% from 188); Max value from RGB is 114 - color contains mainly: green. Hex color #427208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427208 is #BD8DF7. Grayscale: #575757. Windows color (decimal): -12422648 or 553538. OLE color: 553538.

HSL color Cylindrical-coordinate representation of color #427208: hue angle of 87.17º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #427208 is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB661148-
CMYK0.4200.930.55
HSL87.17º86.89%23.92%-
HSV(B)87.17º92.98%44.71%-
XYZ8.3113.212.34-
YUV87.5683.1112.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.11%
GREEN value IS 114 (44.92% from 255) = 60.64%
BLUE value IS 8 (3.52% from 255) = 4.26%
R=35.11%
G=60.64%
B=4.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6611480.4200.930.5587.1786.8923.92
Hex427282A05D37575718
Octal102162105201356712712730
Binary100001011100101000101010010111011101111010111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427208; }

 p { color: rgb(66,114,8); }

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

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

 a { background-color: rgb(66,114,8); }

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

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

 span { border-color: rgb(66,114,8); }

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