Html Css Color HEX #457418 Green Leaf

📋 copy color: '#457418'

red 69 ◦ green 116 ◦ blue 24

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

Shades of Green Leaf #457418

Tints of Green Leaf #457418

RGB

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

 GREEN value IS 116 (45.7% from 255) = 55.5%

 BLUE value IS 24 (9.77% from 255) = 11.48%

R = 33.01%
G = 55.5%
B = 11.48%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#457418 (or 0x457418) is known color: Green Leaf. HEX triplet: 45, 74 and 18. RGB value is (69,116,24). Sum of RGB (Red+Green+Blue) = 69+116+24=209 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.01% from 209); Green value is 116 (45.70% from 255 or 55.50% from 209); Blue value is 24 (9.77% from 255 or 11.48% from 209); Max value from RGB is 116 - color contains mainly: green. Hex color #457418 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457418 is #BA8BE7. Grayscale: #5B5B5B. Windows color (decimal): -12225512 or 1602629. OLE color: 1602629.

HSL color Cylindrical-coordinate representation of color #457418: hue angle of 90.65º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #457418 is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB 69 116 24 -
CMYK 0.41 0 0.79 0.55
HSL 90.65º 0.66% 0.27% -
HSV(B) 90.65º 0.79% 0.45% -
XYZ 8.86 13.82 3.06 -
YUV 91.46 89.93 111.98 -
System Red Green Blue C M Y K H S L
Decimal 69 116 24 0.41 0 0.79 0.55 90.65 0.66 0.27
Hex 45 74 18 29 0 4F 37 5B 42 1B
Octal 105 164 30 51 0 117 67 133 102 33
Binary 1000101 1110100 11000 101001 0 1001111 110111 1011011 1000010 11011

Color Harmonies of #457418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457418

Black with #457418

Text Example


Text Example

White with #457418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457418; }

 p { color: rgb(69,116,24); }

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

background-color css

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

 a { background-color: rgb(69,116,24); }

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

border-color css

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

 span { border-color: rgb(69,116,24); }

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