#54915F

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

Shades of Chateau Green #54915F

Tints of Chateau Green #54915F

Color information

#54915F (or 0x54915F) is unknown color: approx Chateau Green. HEX triplet: 54, 91 and 5F. RGB value is (84,145,95). Sum of RGB (Red+Green+Blue) = 84+145+95=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 145 - color contains mainly: green. Hex color #54915F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54915F is #AB6EA0. Grayscale: #797979. Windows color (decimal): -11234977 or 6263124. OLE color: 6263124.

HSL color Cylindrical-coordinate representation of color #54915F: hue angle of 130.82º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #54915F is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB8414595-
CMYK0.4200.340.43
HSL130.82º26.64%44.9%-
HSV(B)130.82º42.07%56.86%-
XYZ15.8522.9614.42-
YUV121.06113.29101.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.93%
GREEN value IS 145 (57.03% from 255) = 44.75%
BLUE value IS 95 (37.5% from 255) = 29.32%
R=25.93%
G=44.75%
B=29.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84145950.4200.340.43130.8226.6444.9
Hex54915F2A0222B831b2d
Octal12422113752042532033355
Binary101010010010001101111110101001000101010111000001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54915F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,145,95); }

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

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

 a { background-color: rgb(84,145,95); }

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

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

 span { border-color: rgb(84,145,95); }

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