Html Css Color HEX #549966 Chateau Green

📋 copy color: '#549966'

red 84 ◦ green 153 ◦ blue 102

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

Shades of Chateau Green #549966

Tints of Chateau Green #549966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.09%

R = 24.78%
G = 45.13%
B = 30.09%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#549966 (or 0x549966) is known color: Chateau Green. HEX triplet: 54, 99 and 66. RGB value is (84,153,102). Sum of RGB (Red+Green+Blue) = 84+153+102=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #549966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549966 is #AB6699. Grayscale: #7E7E7E. Windows color (decimal): -11232922 or 6723924. OLE color: 6723924.

HSL color Cylindrical-coordinate representation of color #549966: hue angle of 135.65º 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 #549966 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB 84 153 102 -
CMYK 0.45 0 0.33 0.4
HSL 135.65º 0.29% 0.46% -
HSV(B) 135.65º 0.45% 0.6% -
XYZ 17.45 25.63 16.6 -
YUV 126.56 114.14 97.65 -
System Red Green Blue C M Y K H S L
Decimal 84 153 102 0.45 0 0.33 0.4 135.65 0.29 0.46
Hex 54 99 66 2D 0 21 28 88 1D 2E
Octal 124 231 146 55 0 41 50 210 35 56
Binary 1010100 10011001 1100110 101101 0 100001 101000 10001000 11101 101110

Color Harmonies of #549966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549966

Black with #549966

Text Example


Text Example

White with #549966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549966; }

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

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

background-color css

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

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

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

border-color css

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

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

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