Html Css Color HEX #42710C Green Leaf

📋 copy color: '#42710C'

red 66 ◦ green 113 ◦ blue 12

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

Shades of Green Leaf #42710C

Tints of Green Leaf #42710C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.28%

R = 34.55%
G = 59.16%
B = 6.28%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#42710C (or 0x42710C) is known color: Green Leaf. HEX triplet: 42, 71 and 0C. RGB value is (66,113,12). Sum of RGB (Red+Green+Blue) = 66+113+12=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 113 (44.53% from 255 or 59.16% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 113 - color contains mainly: green. Hex color #42710C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42710C is #BD8EF3. Grayscale: #575757. Windows color (decimal): -12422900 or 815426. OLE color: 815426.

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

Color convert

RGB 66 113 12 -
CMYK 0.42 0 0.89 0.56
HSL 87.92º 0.81% 0.25% -
HSV(B) 87.92º 0.89% 0.44% -
XYZ 8.22 13 2.42 -
YUV 87.43 85.43 112.71 -
System Red Green Blue C M Y K H S L
Decimal 66 113 12 0.42 0 0.89 0.56 87.92 0.81 0.25
Hex 42 71 C 2A 0 59 38 58 51 19
Octal 102 161 14 52 0 131 70 130 121 31
Binary 1000010 1110001 1100 101010 0 1011001 111000 1011000 1010001 11001

Color Harmonies of #42710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42710C

Black with #42710C

Text Example


Text Example

White with #42710C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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