Html Css Color HEX #457312 Green Leaf

📋 copy color: '#457312'

red 69 ◦ green 115 ◦ blue 18

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

Shades of Green Leaf #457312

Tints of Green Leaf #457312

RGB

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

 GREEN value IS 115 (45.31% from 255) = 56.93%

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

R = 34.16%
G = 56.93%
B = 8.91%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#457312 (or 0x457312) is known color: Green Leaf. HEX triplet: 45, 73 and 12. RGB value is (69,115,18). Sum of RGB (Red+Green+Blue) = 69+115+18=202 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.16% from 202); Green value is 115 (45.31% from 255 or 56.93% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 115 - color contains mainly: green. Hex color #457312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457312 is #BA8CED. Grayscale: #5A5A5A. Windows color (decimal): -12225774 or 1209157. OLE color: 1209157.

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

Color convert

RGB 69 115 18 -
CMYK 0.4 0 0.84 0.55
HSL 88.45º 0.73% 0.26% -
HSV(B) 88.45º 0.84% 0.45% -
XYZ 8.69 13.57 2.73 -
YUV 90.19 87.26 112.89 -
System Red Green Blue C M Y K H S L
Decimal 69 115 18 0.4 0 0.84 0.55 88.45 0.73 0.26
Hex 45 73 12 28 0 54 37 58 49 1A
Octal 105 163 22 50 0 124 67 130 111 32
Binary 1000101 1110011 10010 101000 0 1010100 110111 1011000 1001001 11010

Color Harmonies of #457312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457312

Black with #457312

Text Example


Text Example

White with #457312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457312; }

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

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

background-color css

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

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

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

border-color css

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

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

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