Html Css Color HEX #457014 Green Leaf

📋 copy color: '#457014'

red 69 ◦ green 112 ◦ blue 20

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

Shades of Green Leaf #457014

Tints of Green Leaf #457014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.95%

R = 34.33%
G = 55.72%
B = 9.95%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#457014 (or 0x457014) is known color: Green Leaf. HEX triplet: 45, 70 and 14. RGB value is (69,112,20). Sum of RGB (Red+Green+Blue) = 69+112+20=201 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.33% from 201); Green value is 112 (44.14% from 255 or 55.72% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 112 - color contains mainly: green. Hex color #457014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457014 is #BA8FEB. Grayscale: #585858. Windows color (decimal): -12226540 or 1339461. OLE color: 1339461.

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

Color convert

RGB 69 112 20 -
CMYK 0.38 0 0.82 0.56
HSL 88.04º 0.7% 0.26% -
HSV(B) 88.04º 0.82% 0.44% -
XYZ 8.37 12.9 2.71 -
YUV 88.66 89.25 113.98 -
System Red Green Blue C M Y K H S L
Decimal 69 112 20 0.38 0 0.82 0.56 88.04 0.7 0.26
Hex 45 70 14 26 0 52 38 58 46 1A
Octal 105 160 24 46 0 122 70 130 106 32
Binary 1000101 1110000 10100 100110 0 1010010 111000 1011000 1000110 11010

Color Harmonies of #457014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457014

Black with #457014

Text Example


Text Example

White with #457014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457014; }

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

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

background-color css

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

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

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

border-color css

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

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

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