Html Css Color HEX #549462 Chateau Green

📋 copy color: '#549462'

red 84 ◦ green 148 ◦ blue 98

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

Shades of Chateau Green #549462

Tints of Chateau Green #549462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.7%

R = 25.45%
G = 44.85%
B = 29.7%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#549462 (or 0x549462) is known color: Chateau Green. HEX triplet: 54, 94 and 62. RGB value is (84,148,98). Sum of RGB (Red+Green+Blue) = 84+148+98=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 148 - color contains mainly: green. Hex color #549462 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549462 is #AB6B9D. Grayscale: #7B7B7B. Windows color (decimal): -11234206 or 6460500. OLE color: 6460500.

HSL color Cylindrical-coordinate representation of color #549462: hue angle of 133.12º 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 #549462 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 148 98 -
CMYK 0.43 0 0.34 0.42
HSL 133.13º 0.28% 0.45% -
HSV(B) 133.13º 0.43% 0.58% -
XYZ 16.45 23.95 15.31 -
YUV 123.16 113.8 100.07 -
System Red Green Blue C M Y K H S L
Decimal 84 148 98 0.43 0 0.34 0.42 133.13 0.28 0.45
Hex 54 94 62 2B 0 22 2A 85 1C 2D
Octal 124 224 142 53 0 42 52 205 34 55
Binary 1010100 10010100 1100010 101011 0 100010 101010 10000101 11100 101101

Color Harmonies of #549462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549462

Black with #549462

Text Example


Text Example

White with #549462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549462; }

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

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

background-color css

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

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

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

border-color css

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

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

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