#45985A

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

Shades of Chateau Green #45985A

Tints of Chateau Green #45985A

Color information

#45985A (or 0x45985A) is unknown color: approx Chateau Green. HEX triplet: 45, 98 and 5A. RGB value is (69,152,90). Sum of RGB (Red+Green+Blue) = 69+152+90=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #45985A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45985A is #BA67A5. Grayscale: #787878. Windows color (decimal): -12216230 or 5937221. OLE color: 5937221.

HSL color Cylindrical-coordinate representation of color #45985A: hue angle of 135.18º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #45985A is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB6915290-
CMYK0.5500.410.40
HSL135.18º37.56%43.33%-
HSV(B)135.18º54.61%59.61%-
XYZ15.5324.4613.58-
YUV120.1211191.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.19%
GREEN value IS 152 (59.77% from 255) = 48.87%
BLUE value IS 90 (35.55% from 255) = 28.94%
R=22.19%
G=48.87%
B=28.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal69152900.5500.410.40135.1837.5643.33
Hex45985A370292887262b
Octal10523013267051502074653
Binary1000101100110001011010110111010100110100010000111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45985A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45985A; }

 p { color: rgb(69,152,90); }

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

<style>
 a { background-color: #45985A; }

 a { background-color: rgb(69,152,90); }

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

<style>
 span { border-color: #45985A; }

 span { border-color: rgb(69,152,90); }

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