Html Css Color HEX #457514 Green Leaf

📋 copy color: '#457514'

red 69 ◦ green 117 ◦ blue 20

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

Shades of Green Leaf #457514

Tints of Green Leaf #457514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 56.8%

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

R = 33.5%
G = 56.8%
B = 9.71%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#457514 (or 0x457514) is known color: Green Leaf. HEX triplet: 45, 75 and 14. RGB value is (69,117,20). Sum of RGB (Red+Green+Blue) = 69+117+20=206 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.50% from 206); Green value is 117 (46.09% from 255 or 56.80% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 117 - color contains mainly: green. Hex color #457514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457514 is #BA8AEB. Grayscale: #5B5B5B. Windows color (decimal): -12225260 or 1340741. OLE color: 1340741.

HSL color Cylindrical-coordinate representation of color #457514: hue angle of 89.69º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #457514 is Cyan = 0.41, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 69 117 20 -
CMYK 0.41 0 0.83 0.54
HSL 89.69º 0.71% 0.27% -
HSV(B) 89.69º 0.83% 0.46% -
XYZ 8.94 14.04 2.9 -
YUV 91.59 87.6 111.89 -
System Red Green Blue C M Y K H S L
Decimal 69 117 20 0.41 0 0.83 0.54 89.69 0.71 0.27
Hex 45 75 14 29 0 53 36 5A 47 1B
Octal 105 165 24 51 0 123 66 132 107 33
Binary 1000101 1110101 10100 101001 0 1010011 110110 1011010 1000111 11011

Color Harmonies of #457514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457514

Black with #457514

Text Example


Text Example

White with #457514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457514; }

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

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

background-color css

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

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

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

border-color css

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

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

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