Html Css Color HEX #457512 Green Leaf

📋 copy color: '#457512'

red 69 ◦ green 117 ◦ blue 18

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

Shades of Green Leaf #457512

Tints of Green Leaf #457512

RGB

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

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

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

R = 33.82%
G = 57.35%
B = 8.82%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#457512 (or 0x457512) is known color: Green Leaf. HEX triplet: 45, 75 and 12. RGB value is (69,117,18). Sum of RGB (Red+Green+Blue) = 69+117+18=204 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.82% from 204); Green value is 117 (46.09% from 255 or 57.35% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 117 - color contains mainly: green. Hex color #457512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457512 is #BA8AED. Grayscale: #5B5B5B. Windows color (decimal): -12225262 or 1209669. OLE color: 1209669.

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

Color convert

RGB 69 117 18 -
CMYK 0.41 0 0.85 0.54
HSL 89.09º 0.73% 0.26% -
HSV(B) 89.09º 0.85% 0.46% -
XYZ 8.92 14.03 2.81 -
YUV 91.36 86.6 112.05 -
System Red Green Blue C M Y K H S L
Decimal 69 117 18 0.41 0 0.85 0.54 89.09 0.73 0.26
Hex 45 75 12 29 0 55 36 59 49 1A
Octal 105 165 22 51 0 125 66 131 111 32
Binary 1000101 1110101 10010 101001 0 1010101 110110 1011001 1001001 11010

Color Harmonies of #457512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457512

Black with #457512

Text Example


Text Example

White with #457512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457512; }

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

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

background-color css

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

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

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

border-color css

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

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

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