#54905F

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

Shades of Chateau Green #54905F

Tints of Chateau Green #54905F

Color information

#54905F (or 0x54905F) is unknown color: approx Chateau Green. HEX triplet: 54, 90 and 5F. RGB value is (84,144,95). Sum of RGB (Red+Green+Blue) = 84+144+95=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 144 - color contains mainly: green. Hex color #54905F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54905F is #AB6FA0. Grayscale: #787878. Windows color (decimal): -11235233 or 6262868. OLE color: 6262868.

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

Color convert

RGB8414495-
CMYK0.4200.340.44
HSL131º26.32%44.71%-
HSV(B)131º41.67%56.47%-
XYZ15.6922.6614.37-
YUV120.47113.62101.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.01%
GREEN value IS 144 (56.64% from 255) = 44.58%
BLUE value IS 95 (37.5% from 255) = 29.41%
R=26.01%
G=44.58%
B=29.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal84144950.4200.340.4413126.3244.71
Hex54905F2A0222C831a2d
Octal12422013752042542033255
Binary101010010010000101111110101001000101011001000001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54905F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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