#45995F

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

Shades of Chateau Green #45995F

Tints of Chateau Green #45995F

Color information

#45995F (or 0x45995F) is unknown color: approx Chateau Green. HEX triplet: 45, 99 and 5F. RGB value is (69,153,95). Sum of RGB (Red+Green+Blue) = 69+153+95=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #45995F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45995F is #BA66A0. Grayscale: #797979. Windows color (decimal): -12215969 or 6265157. OLE color: 6265157.

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

Color convert

RGB6915395-
CMYK0.5500.380.4
HSL138.57º37.84%43.53%-
HSV(B)138.57º54.9%60%-
XYZ15.9124.8714.79-
YUV121.27113.1790.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.77%
GREEN value IS 153 (60.16% from 255) = 48.26%
BLUE value IS 95 (37.5% from 255) = 29.97%
R=21.77%
G=48.26%
B=29.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal69153950.5500.380.4138.5737.8443.53
Hex45995F37026288b262c
Octal10523113767046502134654
Binary1000101100110011011111110111010011010100010001011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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