Html Css Color HEX #549176 Cutty Sark

📋 copy color: '#549176'

red 84 ◦ green 145 ◦ blue 118

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

Shades of Cutty Sark #549176

Tints of Cutty Sark #549176

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.79%

 BLUE value IS 118 (46.48% from 255) = 34.01%

R = 24.21%
G = 41.79%
B = 34.01%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#549176 (or 0x549176) is known color: Cutty Sark. HEX triplet: 54, 91 and 76. RGB value is (84,145,118). Sum of RGB (Red+Green+Blue) = 84+145+118=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 145 - color contains mainly: green. Hex color #549176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549176 is #AB6E89. Grayscale: #7B7B7B. Windows color (decimal): -11234954 or 7770452. OLE color: 7770452.

HSL color Cylindrical-coordinate representation of color #549176: hue angle of 153.44º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #549176 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 84 145 118 -
CMYK 0.42 0 0.19 0.43
HSL 153.44º 0.27% 0.45% -
HSV(B) 153.44º 0.42% 0.57% -
XYZ 17.05 23.44 20.77 -
YUV 123.68 124.79 99.7 -
System Red Green Blue C M Y K H S L
Decimal 84 145 118 0.42 0 0.19 0.43 153.44 0.27 0.45
Hex 54 91 76 2A 0 13 2B 99 1B 2D
Octal 124 221 166 52 0 23 53 231 33 55
Binary 1010100 10010001 1110110 101010 0 10011 101011 10011001 11011 101101

Color Harmonies of #549176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549176

Black with #549176

Text Example


Text Example

White with #549176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549176; }

 p { color: rgb(84,145,118); }

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

background-color css

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

 a { background-color: rgb(84,145,118); }

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

border-color css

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

 span { border-color: rgb(84,145,118); }

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