#45955C

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

Shades of Chateau Green #45955C

Tints of Chateau Green #45955C

Color information

#45955C (or 0x45955C) is unknown color: approx Chateau Green. HEX triplet: 45, 95 and 5C. RGB value is (69,149,92). Sum of RGB (Red+Green+Blue) = 69+149+92=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 149 (58.59% from 255 or 48.06% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 149 - color contains mainly: green. Hex color #45955C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45955C is #BA6AA3. Grayscale: #767676. Windows color (decimal): -12216996 or 6067525. OLE color: 6067525.

HSL color Cylindrical-coordinate representation of color #45955C: hue angle of 137.25º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #45955C is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB6914992-
CMYK0.5400.380.42
HSL137.25º36.7%42.75%-
HSV(B)137.25º53.69%58.43%-
XYZ15.1323.5313.87-
YUV118.5811392.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.26%
GREEN value IS 149 (58.59% from 255) = 48.06%
BLUE value IS 92 (36.33% from 255) = 29.68%
R=22.26%
G=48.06%
B=29.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69149920.5400.380.42137.2536.742.75
Hex45955C360262A89252b
Octal10522513466046522114553
Binary1000101100101011011100110110010011010101010001001100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45955C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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