Html Css Color HEX #427013 Green Leaf

📋 copy color: '#427013'

red 66 ◦ green 112 ◦ blue 19

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

Shades of Green Leaf #427013

Tints of Green Leaf #427013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.64%

R = 33.5%
G = 56.85%
B = 9.64%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#427013 (or 0x427013) is known color: Green Leaf. HEX triplet: 42, 70 and 13. RGB value is (66,112,19). Sum of RGB (Red+Green+Blue) = 66+112+19=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 112 (44.14% from 255 or 56.85% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 112 - color contains mainly: green. Hex color #427013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427013 is #BD8FEC. Grayscale: #575757. Windows color (decimal): -12423149 or 1273922. OLE color: 1273922.

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

Color convert

RGB 66 112 19 -
CMYK 0.41 0 0.83 0.56
HSL 89.68º 0.71% 0.26% -
HSV(B) 89.68º 0.83% 0.44% -
XYZ 8.16 12.79 2.66 -
YUV 87.64 89.26 112.56 -
System Red Green Blue C M Y K H S L
Decimal 66 112 19 0.41 0 0.83 0.56 89.68 0.71 0.26
Hex 42 70 13 29 0 53 38 5A 47 1A
Octal 102 160 23 51 0 123 70 132 107 32
Binary 1000010 1110000 10011 101001 0 1010011 111000 1011010 1000111 11010

Color Harmonies of #427013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427013

Black with #427013

Text Example


Text Example

White with #427013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427013; }

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

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

background-color css

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

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

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

border-color css

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

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

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