Html Css Color HEX #457010 Green Leaf

📋 copy color: '#457010'

red 69 ◦ green 112 ◦ blue 16

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

Shades of Green Leaf #457010

Tints of Green Leaf #457010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.12%

R = 35.03%
G = 56.85%
B = 8.12%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#457010 (or 0x457010) is known color: Green Leaf. HEX triplet: 45, 70 and 10. RGB value is (69,112,16). Sum of RGB (Red+Green+Blue) = 69+112+16=197 (26% of max value = 765). Red value is 69 (27.34% from 255 or 35.03% from 197); Green value is 112 (44.14% from 255 or 56.85% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 112 - color contains mainly: green. Hex color #457010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457010 is #BA8FEF. Grayscale: #585858. Windows color (decimal): -12226544 or 1077317. OLE color: 1077317.

HSL color Cylindrical-coordinate representation of color #457010: hue angle of 86.88º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #457010 is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 112 16 -
CMYK 0.38 0 0.86 0.56
HSL 86.88º 0.75% 0.25% -
HSV(B) 86.88º 0.86% 0.44% -
XYZ 8.34 12.89 2.54 -
YUV 88.2 87.25 114.31 -
System Red Green Blue C M Y K H S L
Decimal 69 112 16 0.38 0 0.86 0.56 86.88 0.75 0.25
Hex 45 70 10 26 0 56 38 57 4B 19
Octal 105 160 20 46 0 126 70 127 113 31
Binary 1000101 1110000 10000 100110 0 1010110 111000 1010111 1001011 11001

Color Harmonies of #457010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457010

Black with #457010

Text Example


Text Example

White with #457010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457010; }

 p { color: rgb(69,112,16); }

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

background-color css

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

 a { background-color: rgb(69,112,16); }

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

border-color css

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

 span { border-color: rgb(69,112,16); }

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