#45965D

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

Shades of Chateau Green #45965D

Tints of Chateau Green #45965D

Color information

#45965D (or 0x45965D) is unknown color: approx Chateau Green. HEX triplet: 45, 96 and 5D. RGB value is (69,150,93). Sum of RGB (Red+Green+Blue) = 69+150+93=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 150 (58.98% from 255 or 48.08% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 150 - color contains mainly: green. Hex color #45965D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45965D is #BA69A2. Grayscale: #777777. Windows color (decimal): -12216739 or 6133317. OLE color: 6133317.

HSL color Cylindrical-coordinate representation of color #45965D: hue angle of 137.78º 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 #45965D is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB6915093-
CMYK0.5400.380.41
HSL137.78º36.99%42.94%-
HSV(B)137.78º54%58.82%-
XYZ15.3423.8714.15-
YUV119.28113.1692.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.12%
GREEN value IS 150 (58.98% from 255) = 48.08%
BLUE value IS 93 (36.72% from 255) = 29.81%
R=22.12%
G=48.08%
B=29.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal69150930.5400.380.41137.7836.9942.94
Hex45965D36026298a252b
Octal10522613566046512124553
Binary1000101100101101011101110110010011010100110001010100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45965D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45965D; }

 p { color: rgb(69,150,93); }

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

<style>
 a { background-color: #45965D; }

 a { background-color: rgb(69,150,93); }

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

<style>
 span { border-color: #45965D; }

 span { border-color: rgb(69,150,93); }

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