Html Css Color HEX #457112 Green Leaf

📋 copy color: '#457112'

red 69 ◦ green 113 ◦ blue 18

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

Shades of Green Leaf #457112

Tints of Green Leaf #457112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9%

R = 34.5%
G = 56.5%
B = 9%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#457112 (or 0x457112) is known color: Green Leaf. HEX triplet: 45, 71 and 12. RGB value is (69,113,18). Sum of RGB (Red+Green+Blue) = 69+113+18=200 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.5% from 200); Green value is 113 (44.53% from 255 or 56.5% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 113 - color contains mainly: green. Hex color #457112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457112 is #BA8EED. Grayscale: #595959. Windows color (decimal): -12226286 or 1208645. OLE color: 1208645.

HSL color Cylindrical-coordinate representation of color #457112: hue angle of 87.79º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #457112 is Cyan = 0.39, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 113 18 -
CMYK 0.39 0 0.84 0.56
HSL 87.79º 0.73% 0.26% -
HSV(B) 87.79º 0.84% 0.44% -
XYZ 8.47 13.12 2.66 -
YUV 89.01 87.92 113.72 -
System Red Green Blue C M Y K H S L
Decimal 69 113 18 0.39 0 0.84 0.56 87.79 0.73 0.26
Hex 45 71 12 27 0 54 38 58 49 1A
Octal 105 161 22 47 0 124 70 130 111 32
Binary 1000101 1110001 10010 100111 0 1010100 111000 1011000 1001001 11010

Color Harmonies of #457112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457112

Black with #457112

Text Example


Text Example

White with #457112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457112; }

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

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

background-color css

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

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

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

border-color css

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

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

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