Html Css Color HEX #549964 Chateau Green

📋 copy color: '#549964'

red 84 ◦ green 153 ◦ blue 100

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

Shades of Chateau Green #549964

Tints of Chateau Green #549964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.67%

R = 24.93%
G = 45.4%
B = 29.67%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#549964 (or 0x549964) is known color: Chateau Green. HEX triplet: 54, 99 and 64. RGB value is (84,153,100). Sum of RGB (Red+Green+Blue) = 84+153+100=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #549964 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549964 is #AB669B. Grayscale: #7E7E7E. Windows color (decimal): -11232924 or 6592852. OLE color: 6592852.

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

Color convert

RGB 84 153 100 -
CMYK 0.45 0 0.35 0.4
HSL 133.91º 0.29% 0.46% -
HSV(B) 133.91º 0.45% 0.6% -
XYZ 17.35 25.59 16.08 -
YUV 126.33 113.14 97.81 -
System Red Green Blue C M Y K H S L
Decimal 84 153 100 0.45 0 0.35 0.4 133.91 0.29 0.46
Hex 54 99 64 2D 0 23 28 86 1D 2E
Octal 124 231 144 55 0 43 50 206 35 56
Binary 1010100 10011001 1100100 101101 0 100011 101000 10000110 11101 101110

Color Harmonies of #549964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549964

Black with #549964

Text Example


Text Example

White with #549964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549964; }

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

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

background-color css

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

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

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

border-color css

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

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

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