#45A555

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

Shades of Chateau Green #45A555

Tints of Chateau Green #45A555

Color information

#45A555 (or 0x45A555) is unknown color: approx Chateau Green. HEX triplet: 45, A5 and 55. RGB value is (69,165,85). Sum of RGB (Red+Green+Blue) = 69+165+85=319 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.63% from 319); Green value is 165 (64.84% from 255 or 51.72% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 165 - color contains mainly: green. Hex color #45A555 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A555 is #BA5AAA. Grayscale: #7F7F7F. Windows color (decimal): -12212907 or 5612869. OLE color: 5612869.

HSL color Cylindrical-coordinate representation of color #45A555: hue angle of 130º 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 #45A555 is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB6916585-
CMYK0.5800.480.35
HSL130º41.03%45.88%-
HSV(B)130º58.18%64.71%-
XYZ17.5528.8313.23-
YUV127.18104.286.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.63%
GREEN value IS 165 (64.84% from 255) = 51.72%
BLUE value IS 85 (33.59% from 255) = 26.65%
R=21.63%
G=51.72%
B=26.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal69165850.5800.480.3513041.0345.88
Hex45A5553A0302382292e
Octal10524512572060432025156
Binary1000101101001011010101111010011000010001110000010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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