Html Css Color HEX #549965 Chateau Green

📋 copy color: '#549965'

red 84 ◦ green 153 ◦ blue 101

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

Shades of Chateau Green #549965

Tints of Chateau Green #549965

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.27%

 BLUE value IS 101 (39.84% from 255) = 29.88%

R = 24.85%
G = 45.27%
B = 29.88%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#549965 (or 0x549965) is known color: Chateau Green. HEX triplet: 54, 99 and 65. RGB value is (84,153,101). Sum of RGB (Red+Green+Blue) = 84+153+101=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #549965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549965 is #AB669A. Grayscale: #7E7E7E. Windows color (decimal): -11232923 or 6658388. OLE color: 6658388.

HSL color Cylindrical-coordinate representation of color #549965: hue angle of 134.78º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #549965 is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.

Color convert

RGB 84 153 101 -
CMYK 0.45 0 0.34 0.4
HSL 134.78º 0.29% 0.46% -
HSV(B) 134.78º 0.45% 0.6% -
XYZ 17.4 25.61 16.34 -
YUV 126.44 113.64 97.73 -
System Red Green Blue C M Y K H S L
Decimal 84 153 101 0.45 0 0.34 0.4 134.78 0.29 0.46
Hex 54 99 65 2D 0 22 28 87 1D 2E
Octal 124 231 145 55 0 42 50 207 35 56
Binary 1010100 10011001 1100101 101101 0 100010 101000 10000111 11101 101110

Color Harmonies of #549965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549965

Black with #549965

Text Example


Text Example

White with #549965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549965; }

 p { color: rgb(84,153,101); }

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

background-color css

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

 a { background-color: rgb(84,153,101); }

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

border-color css

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

 span { border-color: rgb(84,153,101); }

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