#45A561

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

Shades of Chateau Green #45A561

Tints of Chateau Green #45A561

Color information

#45A561 (or 0x45A561) is unknown color: approx Chateau Green. HEX triplet: 45, A5 and 61. RGB value is (69,165,97). Sum of RGB (Red+Green+Blue) = 69+165+97=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 165 (64.84% from 255 or 49.85% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 165 - color contains mainly: green. Hex color #45A561 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A561 is #BA5A9E. Grayscale: #808080. Windows color (decimal): -12212895 or 6399301. OLE color: 6399301.

HSL color Cylindrical-coordinate representation of color #45A561: hue angle of 137.5º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45A561 is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB6916597-
CMYK0.5800.410.35
HSL137.5º41.03%45.88%-
HSV(B)137.5º58.18%64.71%-
XYZ18.0729.0415.96-
YUV128.54110.285.53-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.85%
GREEN value IS 165 (64.84% from 255) = 49.85%
BLUE value IS 97 (38.28% from 255) = 29.31%
R=20.85%
G=49.85%
B=29.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal69165970.5800.410.35137.541.0345.88
Hex45A5613A029238a292e
Octal10524514172051432125156
Binary1000101101001011100001111010010100110001110001010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,165,97); }

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

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

 a { background-color: rgb(69,165,97); }

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

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

 span { border-color: rgb(69,165,97); }

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