#45955E

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

Shades of Chateau Green #45955E

Tints of Chateau Green #45955E

Color information

#45955E (or 0x45955E) is unknown color: approx Chateau Green. HEX triplet: 45, 95 and 5E. RGB value is (69,149,94). Sum of RGB (Red+Green+Blue) = 69+149+94=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 149 - color contains mainly: green. Hex color #45955E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45955E is #BA6AA1. Grayscale: #767676. Windows color (decimal): -12216994 or 6198597. OLE color: 6198597.

HSL color Cylindrical-coordinate representation of color #45955E: hue angle of 138.75º 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 #45955E is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB6914994-
CMYK0.5400.370.42
HSL138.75º36.7%42.75%-
HSV(B)138.75º53.69%58.43%-
XYZ15.2223.5714.34-
YUV118.8111492.47-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.12%
GREEN value IS 149 (58.59% from 255) = 47.76%
BLUE value IS 94 (37.11% from 255) = 30.13%
R=22.12%
G=47.76%
B=30.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69149940.5400.370.42138.7536.742.75
Hex45955E360252A8b252b
Octal10522513666045522134553
Binary1000101100101011011110110110010010110101010001011100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45955E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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