Html Css Color HEX #457214 Green Leaf

📋 copy color: '#457214'

red 69 ◦ green 114 ◦ blue 20

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

Shades of Green Leaf #457214

Tints of Green Leaf #457214

RGB

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

 GREEN value IS 114 (44.92% from 255) = 56.16%

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

R = 33.99%
G = 56.16%
B = 9.85%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#457214 (or 0x457214) is known color: Green Leaf. HEX triplet: 45, 72 and 14. RGB value is (69,114,20). Sum of RGB (Red+Green+Blue) = 69+114+20=203 (26% of max value = 765). Red value is 69 (27.34% from 255 or 33.99% from 203); Green value is 114 (44.92% from 255 or 56.16% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 114 - color contains mainly: green. Hex color #457214 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457214 is #BA8DEB. Grayscale: #5A5A5A. Windows color (decimal): -12226028 or 1339973. OLE color: 1339973.

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

Color convert

RGB 69 114 20 -
CMYK 0.39 0 0.82 0.55
HSL 88.72º 0.7% 0.26% -
HSV(B) 88.72º 0.82% 0.45% -
XYZ 8.6 13.35 2.79 -
YUV 89.83 88.59 113.14 -
System Red Green Blue C M Y K H S L
Decimal 69 114 20 0.39 0 0.82 0.55 88.72 0.7 0.26
Hex 45 72 14 27 0 52 37 59 46 1A
Octal 105 162 24 47 0 122 67 131 106 32
Binary 1000101 1110010 10100 100111 0 1010010 110111 1011001 1000110 11010

Color Harmonies of #457214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457214

Black with #457214

Text Example


Text Example

White with #457214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457214; }

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

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

background-color css

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

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

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

border-color css

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

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

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