Html Css Color HEX #42710D Green Leaf

📋 copy color: '#42710D'

red 66 ◦ green 113 ◦ blue 13

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

Shades of Green Leaf #42710D

Tints of Green Leaf #42710D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.77%

R = 34.38%
G = 58.85%
B = 6.77%

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

#42710D (or 0x42710D) is known color: Green Leaf. HEX triplet: 42, 71 and 0D. RGB value is (66,113,13). Sum of RGB (Red+Green+Blue) = 66+113+13=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 113 (44.53% from 255 or 58.85% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 113 - color contains mainly: green. Hex color #42710D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42710D is #BD8EF2. Grayscale: #575757. Windows color (decimal): -12422899 or 880962. OLE color: 880962.

HSL color Cylindrical-coordinate representation of color #42710D: hue angle of 88.2º degrees, saturation: 0.79, 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 #42710D is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 113 13 -
CMYK 0.42 0 0.88 0.56
HSL 88.2º 0.79% 0.25% -
HSV(B) 88.2º 0.88% 0.44% -
XYZ 8.22 13 2.46 -
YUV 87.55 85.93 112.63 -
System Red Green Blue C M Y K H S L
Decimal 66 113 13 0.42 0 0.88 0.56 88.2 0.79 0.25
Hex 42 71 D 2A 0 58 38 58 4F 19
Octal 102 161 15 52 0 130 70 130 117 31
Binary 1000010 1110001 1101 101010 0 1011000 111000 1011000 1001111 11001

Color Harmonies of #42710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42710D

Black with #42710D

Text Example


Text Example

White with #42710D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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