Html Css Color HEX #549865 Chateau Green

📋 copy color: '#549865'

red 84 ◦ green 152 ◦ blue 101

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

Shades of Chateau Green #549865

Tints of Chateau Green #549865

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.1%

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

R = 24.93%
G = 45.1%
B = 29.97%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#549865 (or 0x549865) is known color: Chateau Green. HEX triplet: 54, 98 and 65. RGB value is (84,152,101). Sum of RGB (Red+Green+Blue) = 84+152+101=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #549865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549865 is #AB679A. Grayscale: #7D7D7D. Windows color (decimal): -11233179 or 6658132. OLE color: 6658132.

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

Color convert

RGB 84 152 101 -
CMYK 0.45 0 0.34 0.40
HSL 135º 0.29% 0.46% -
HSV(B) 135º 0.45% 0.6% -
XYZ 17.23 25.28 16.28 -
YUV 125.85 113.97 98.15 -
System Red Green Blue C M Y K H S L
Decimal 84 152 101 0.45 0 0.34 0.40 135 0.29 0.46
Hex 54 98 65 2D 0 22 28 87 1D 2E
Octal 124 230 145 55 0 42 50 207 35 56
Binary 1010100 10011000 1100101 101101 0 100010 101000 10000111 11101 101110

Color Harmonies of #549865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549865

Black with #549865

Text Example


Text Example

White with #549865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549865; }

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

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

background-color css

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

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

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

border-color css

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

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

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