#45AD5D

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

Shades of Chateau Green #45AD5D

Tints of Chateau Green #45AD5D

Color information

#45AD5D (or 0x45AD5D) is unknown color: approx Chateau Green. HEX triplet: 45, AD and 5D. RGB value is (69,173,93). Sum of RGB (Red+Green+Blue) = 69+173+93=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 173 (67.97% from 255 or 51.64% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 173 - color contains mainly: green. Hex color #45AD5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AD5D is #BA52A2. Grayscale: #858585. Windows color (decimal): -12210851 or 6139205. OLE color: 6139205.

HSL color Cylindrical-coordinate representation of color #45AD5D: hue angle of 133.85º 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 #45AD5D is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB6917393-
CMYK0.6000.460.32
HSL133.85º42.98%47.45%-
HSV(B)133.85º60.12%67.84%-
XYZ19.3731.9415.5-
YUV132.78105.5482.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.60%
GREEN value IS 173 (67.97% from 255) = 51.64%
BLUE value IS 93 (36.72% from 255) = 27.76%
R=20.60%
G=51.64%
B=27.76%

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
Decimal69173930.6000.460.32133.8542.9847.45
Hex45AD5D3C02E20862b2f
Octal10525513574056402065357
Binary1000101101011011011101111100010111010000010000110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45AD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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