Html Css Color HEX #549460 Chateau Green

📋 copy color: '#549460'

red 84 ◦ green 148 ◦ blue 96

#549460
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #549460

Tints of Chateau Green #549460

RGB

 RED value IS 84 (33.2% from 255) = 25.61%

 GREEN value IS 148 (58.2% from 255) = 45.12%

 BLUE value IS 96 (37.89% from 255) = 29.27%

R = 25.61%
G = 45.12%
B = 29.27%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#549460 (or 0x549460) is known color: Chateau Green. HEX triplet: 54, 94 and 60. RGB value is (84,148,96). Sum of RGB (Red+Green+Blue) = 84+148+96=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 148 - color contains mainly: green. Hex color #549460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549460 is #AB6B9F. Grayscale: #7B7B7B. Windows color (decimal): -11234208 or 6329428. OLE color: 6329428.

HSL color Cylindrical-coordinate representation of color #549460: hue angle of 131.25º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #549460 is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 148 96 -
CMYK 0.43 0 0.35 0.42
HSL 131.25º 0.28% 0.45% -
HSV(B) 131.25º 0.43% 0.58% -
XYZ 16.36 23.91 14.82 -
YUV 122.94 112.8 100.23 -
System Red Green Blue C M Y K H S L
Decimal 84 148 96 0.43 0 0.35 0.42 131.25 0.28 0.45
Hex 54 94 60 2B 0 23 2A 83 1C 2D
Octal 124 224 140 53 0 43 52 203 34 55
Binary 1010100 10010100 1100000 101011 0 100011 101010 10000011 11100 101101

Color Harmonies of #549460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549460

Black with #549460

Text Example


Text Example

White with #549460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549460; }

 p { color: rgb(84,148,96); }

 H1.HeaderClassName
 {
   color: #549460;
 }
 .AnyTagClassName
 {
   color: #549460;
 }
</style>

background-color css

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

 a { background-color: rgb(84,148,96); }

 div.DivClassName
 {
   background-color: #549460;
 }
 .BgClassName
 {
   background-color: #549460;
 }
</style>

border-color css

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

 span { border-color: rgb(84,148,96); }

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