Html Css Color HEX #42710E Green Leaf

📋 copy color: '#42710E'

red 66 ◦ green 113 ◦ blue 14

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

Shades of Green Leaf #42710E

Tints of Green Leaf #42710E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 58.55%

 BLUE value IS 14 (5.86% from 255) = 7.25%

R = 34.2%
G = 58.55%
B = 7.25%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#42710E (or 0x42710E) is known color: Green Leaf. HEX triplet: 42, 71 and 0E. RGB value is (66,113,14). Sum of RGB (Red+Green+Blue) = 66+113+14=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 113 (44.53% from 255 or 58.55% from 193); Blue value is 14 (5.86% from 255 or 7.25% from 193); Max value from RGB is 113 - color contains mainly: green. Hex color #42710E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42710E is #BD8EF1. Grayscale: #585858. Windows color (decimal): -12422898 or 946498. OLE color: 946498.

HSL color Cylindrical-coordinate representation of color #42710E: hue angle of 88.48º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42710E is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 113 14 -
CMYK 0.42 0 0.88 0.56
HSL 88.48º 0.78% 0.25% -
HSV(B) 88.48º 0.88% 0.44% -
XYZ 8.23 13 2.49 -
YUV 87.66 86.43 112.55 -
System Red Green Blue C M Y K H S L
Decimal 66 113 14 0.42 0 0.88 0.56 88.48 0.78 0.25
Hex 42 71 E 2A 0 58 38 58 4E 19
Octal 102 161 16 52 0 130 70 130 116 31
Binary 1000010 1110001 1110 101010 0 1011000 111000 1011000 1001110 11001

Color Harmonies of #42710E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42710E

Black with #42710E

Text Example


Text Example

White with #42710E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42710E; }

 p { color: rgb(66,113,14); }

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

background-color css

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

 a { background-color: rgb(66,113,14); }

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

border-color css

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

 span { border-color: rgb(66,113,14); }

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