#457418

Color #457418 Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #457418

Tints of Green Leaf #457418

Color information

#457418 (or 0x457418) is unknown color: approx 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

RGB6911624-
CMYK0.4100.790.55
HSL90.65º65.71%27.45%-
HSV(B)90.65º79.31%45.49%-
XYZ8.8613.823.06-
YUV91.4689.93111.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.01%
GREEN value IS 116 (45.70% from 255) = 55.50%
BLUE value IS 24 (9.77% from 255) = 11.48%
R=33.01%
G=55.50%
B=11.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69116240.4100.790.5590.6565.7127.45
Hex4574182904F375b421b
Octal105164305101176713310233
Binary1000101111010011000101001010011111101111011011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>