Html Css Color HEX #427010 Green Leaf

📋 copy color: '#427010'

red 66 ◦ green 112 ◦ blue 16

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

Shades of Green Leaf #427010

Tints of Green Leaf #427010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.25%

R = 34.02%
G = 57.73%
B = 8.25%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#427010 (or 0x427010) is known color: Green Leaf. HEX triplet: 42, 70 and 10. RGB value is (66,112,16). Sum of RGB (Red+Green+Blue) = 66+112+16=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 112 (44.14% from 255 or 57.73% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 112 - color contains mainly: green. Hex color #427010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427010 is #BD8FEF. Grayscale: #575757. Windows color (decimal): -12423152 or 1077314. OLE color: 1077314.

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

Color convert

RGB 66 112 16 -
CMYK 0.41 0 0.86 0.56
HSL 88.75º 0.75% 0.25% -
HSV(B) 88.75º 0.86% 0.44% -
XYZ 8.13 12.78 2.53 -
YUV 87.3 87.76 112.81 -
System Red Green Blue C M Y K H S L
Decimal 66 112 16 0.41 0 0.86 0.56 88.75 0.75 0.25
Hex 42 70 10 29 0 56 38 59 4B 19
Octal 102 160 20 51 0 126 70 131 113 31
Binary 1000010 1110000 10000 101001 0 1010110 111000 1011001 1001011 11001

Color Harmonies of #427010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427010

Black with #427010

Text Example


Text Example

White with #427010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427010; }

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

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

background-color css

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

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

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

border-color css

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

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

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