Html Css Color HEX #45710E Green Leaf

📋 copy color: '#45710E'

red 69 ◦ green 113 ◦ blue 14

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

Shades of Green Leaf #45710E

Tints of Green Leaf #45710E

RGB

 RED value IS 69 (27.34% from 255) = 35.2%

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

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

R = 35.2%
G = 57.65%
B = 7.14%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#45710E (or 0x45710E) is known color: Green Leaf. HEX triplet: 45, 71 and 0E. RGB value is (69,113,14). Sum of RGB (Red+Green+Blue) = 69+113+14=196 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.20% from 196); Green value is 113 (44.53% from 255 or 57.65% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 113 - color contains mainly: green. Hex color #45710E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45710E is #BA8EF1. Grayscale: #585858. Windows color (decimal): -12226290 or 946501. OLE color: 946501.

HSL color Cylindrical-coordinate representation of color #45710E: hue angle of 86.67º 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 #45710E is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 113 14 -
CMYK 0.39 0 0.88 0.56
HSL 86.67º 0.78% 0.25% -
HSV(B) 86.67º 0.88% 0.44% -
XYZ 8.44 13.11 2.5 -
YUV 88.56 85.92 114.05 -
System Red Green Blue C M Y K H S L
Decimal 69 113 14 0.39 0 0.88 0.56 86.67 0.78 0.25
Hex 45 71 E 27 0 58 38 57 4E 19
Octal 105 161 16 47 0 130 70 127 116 31
Binary 1000101 1110001 1110 100111 0 1011000 111000 1010111 1001110 11001

Color Harmonies of #45710E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45710E

Black with #45710E

Text Example


Text Example

White with #45710E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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