#45995B

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

Shades of Chateau Green #45995B

Tints of Chateau Green #45995B

Color information

#45995B (or 0x45995B) is unknown color: approx Chateau Green. HEX triplet: 45, 99 and 5B. RGB value is (69,153,91). Sum of RGB (Red+Green+Blue) = 69+153+91=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #45995B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45995B is #BA66A4. Grayscale: #787878. Windows color (decimal): -12215973 or 6003013. OLE color: 6003013.

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

Color convert

RGB6915391-
CMYK0.5500.410.4
HSL135.71º37.84%43.53%-
HSV(B)135.71º54.9%60%-
XYZ15.7324.813.86-
YUV120.82111.1791.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.04%
GREEN value IS 153 (60.16% from 255) = 48.88%
BLUE value IS 91 (35.94% from 255) = 29.07%
R=22.04%
G=48.88%
B=29.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal69153910.5500.410.4135.7137.8443.53
Hex45995B370292888262c
Octal10523113367051502104654
Binary1000101100110011011011110111010100110100010001000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45995B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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