#45ae5c

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

Shades of Chateau Green #45AE5C

Tints of Chateau Green #45AE5C

Color information

#45AE5C (or 0x45AE5C) is unknown color: approx Chateau Green. HEX triplet: 45, AE and 5C. RGB value is (69,174,92). Sum of RGB (Red+Green+Blue) = 69+174+92=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 174 (68.36% from 255 or 51.94% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 174 - color contains mainly: green. Hex color #45AE5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AE5C is #BA51A3. Grayscale: #858585. Windows color (decimal): -12210596 or 6073925. OLE color: 6073925.

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

Color convert

RGB6917492-
CMYK0.6000.470.32
HSL133.14º43.21%47.65%-
HSV(B)133.14º60.34%68.24%-
XYZ19.5232.3115.33-
YUV133.26104.7182.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.60%
GREEN value IS 174 (68.36% from 255) = 51.94%
BLUE value IS 92 (36.33% from 255) = 27.46%
R=20.60%
G=51.94%
B=27.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal69174920.6000.470.32133.1443.2147.65
Hex45AE5C3C02F20852b30
Octal10525613474057402055360
Binary1000101101011101011100111100010111110000010000101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45ae5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,174,92); }

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

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

 a { background-color: rgb(69,174,92); }

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

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

 span { border-color: rgb(69,174,92); }

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