#45AD5E

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

Shades of Chateau Green #45AD5E

Tints of Chateau Green #45AD5E

Color information

#45AD5E (or 0x45AD5E) is unknown color: approx Chateau Green. HEX triplet: 45, AD and 5E. RGB value is (69,173,94). Sum of RGB (Red+Green+Blue) = 69+173+94=336 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.54% from 336); Green value is 173 (67.97% from 255 or 51.49% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 173 - color contains mainly: green. Hex color #45AD5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AD5E is #BA52A1. Grayscale: #858585. Windows color (decimal): -12210850 or 6204741. OLE color: 6204741.

HSL color Cylindrical-coordinate representation of color #45AD5E: hue angle of 134.42º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45AD5E is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB6917394-
CMYK0.6000.460.32
HSL134.42º42.98%47.45%-
HSV(B)134.42º60.12%67.84%-
XYZ19.4231.9615.74-
YUV132.9106.0482.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.54%
GREEN value IS 173 (67.97% from 255) = 51.49%
BLUE value IS 94 (37.11% from 255) = 27.98%
R=20.54%
G=51.49%
B=27.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal69173940.6000.460.32134.4242.9847.45
Hex45AD5E3C02E20862b2f
Octal10525513674056402065357
Binary1000101101011011011110111100010111010000010000110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45AD5E; }

 p { color: rgb(69,173,94); }

 H1.HeaderClassName
 {
   color: #45AD5E;
 }
 .AnyTagClassName
 {
   color: #45AD5E;
 }
</style>
background-color css

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

 a { background-color: rgb(69,173,94); }

 div.DivClassName
 {
   background-color: #45AD5E;
 }
 .BgClassName
 {
   background-color: #45AD5E;
 }
</style>
border-color css

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

 span { border-color: rgb(69,173,94); }

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