#45995C

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

Shades of Chateau Green #45995C

Tints of Chateau Green #45995C

Color information

#45995C (or 0x45995C) is unknown color: approx Chateau Green. HEX triplet: 45, 99 and 5C. RGB value is (69,153,92). Sum of RGB (Red+Green+Blue) = 69+153+92=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 153 - color contains mainly: green. Hex color #45995C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45995C is #BA66A3. Grayscale: #797979. Windows color (decimal): -12215972 or 6068549. OLE color: 6068549.

HSL color Cylindrical-coordinate representation of color #45995C: hue angle of 136.43º 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 #45995C is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB6915392-
CMYK0.5500.400.4
HSL136.43º37.84%43.53%-
HSV(B)136.43º54.9%60%-
XYZ15.7824.8214.08-
YUV120.93111.6790.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.97%
GREEN value IS 153 (60.16% from 255) = 48.73%
BLUE value IS 92 (36.33% from 255) = 29.30%
R=21.97%
G=48.73%
B=29.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal69153920.5500.400.4136.4337.8443.53
Hex45995C370282888262c
Octal10523113467050502104654
Binary1000101100110011011100110111010100010100010001000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45995C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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