Html Css Color HEX #427011 Green Leaf

📋 copy color: '#427011'

red 66 ◦ green 112 ◦ blue 17

#427011
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Leaf #427011

Tints of Green Leaf #427011

RGB

 RED value IS 66 (26.17% from 255) = 33.85%

 GREEN value IS 112 (44.14% from 255) = 57.44%

 BLUE value IS 17 (7.03% from 255) = 8.72%

R = 33.85%
G = 57.44%
B = 8.72%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#427011 (or 0x427011) is known color: Green Leaf. HEX triplet: 42, 70 and 11. RGB value is (66,112,17). Sum of RGB (Red+Green+Blue) = 66+112+17=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 112 (44.14% from 255 or 57.44% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 112 - color contains mainly: green. Hex color #427011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427011 is #BD8FEE. Grayscale: #575757. Windows color (decimal): -12423151 or 1142850. OLE color: 1142850.

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

Color convert

RGB 66 112 17 -
CMYK 0.41 0 0.85 0.56
HSL 89.05º 0.74% 0.25% -
HSV(B) 89.05º 0.85% 0.44% -
XYZ 8.14 12.79 2.57 -
YUV 87.42 88.26 112.72 -
System Red Green Blue C M Y K H S L
Decimal 66 112 17 0.41 0 0.85 0.56 89.05 0.74 0.25
Hex 42 70 11 29 0 55 38 59 4A 19
Octal 102 160 21 51 0 125 70 131 112 31
Binary 1000010 1110000 10001 101001 0 1010101 111000 1011001 1001010 11001

Color Harmonies of #427011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427011

Black with #427011

Text Example


Text Example

White with #427011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427011; }

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

 H1.HeaderClassName
 {
   color: #427011;
 }
 .AnyTagClassName
 {
   color: #427011;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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