#45975B

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

Shades of Chateau Green #45975B

Tints of Chateau Green #45975B

Color information

#45975B (or 0x45975B) is unknown color: approx Chateau Green. HEX triplet: 45, 97 and 5B. RGB value is (69,151,91). Sum of RGB (Red+Green+Blue) = 69+151+91=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 151 (59.38% from 255 or 48.55% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 151 - color contains mainly: green. Hex color #45975B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45975B is #BA68A4. Grayscale: #777777. Windows color (decimal): -12216485 or 6002501. OLE color: 6002501.

HSL color Cylindrical-coordinate representation of color #45975B: hue angle of 136.1º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #45975B is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB6915191-
CMYK0.5400.400.41
HSL136.1º37.27%43.14%-
HSV(B)136.1º54.3%59.22%-
XYZ15.4124.1513.75-
YUV119.64111.8391.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.19%
GREEN value IS 151 (59.38% from 255) = 48.55%
BLUE value IS 91 (35.94% from 255) = 29.26%
R=22.19%
G=48.55%
B=29.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal69151910.5400.400.41136.137.2743.14
Hex45975B360282988252b
Octal10522713366050512104553
Binary1000101100101111011011110110010100010100110001000100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45975B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45975B; }

 p { color: rgb(69,151,91); }

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

<style>
 a { background-color: #45975B; }

 a { background-color: rgb(69,151,91); }

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

<style>
 span { border-color: #45975B; }

 span { border-color: rgb(69,151,91); }

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