Html Css Color HEX #549179 Cutty Sark

📋 copy color: '#549179'

red 84 ◦ green 145 ◦ blue 121

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

Shades of Cutty Sark #549179

Tints of Cutty Sark #549179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.57%

R = 24%
G = 41.43%
B = 34.57%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#549179 (or 0x549179) is known color: Cutty Sark. HEX triplet: 54, 91 and 79. RGB value is (84,145,121). Sum of RGB (Red+Green+Blue) = 84+145+121=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 145 - color contains mainly: green. Hex color #549179 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549179 is #AB6E86. Grayscale: #7C7C7C. Windows color (decimal): -11234951 or 7967060. OLE color: 7967060.

HSL color Cylindrical-coordinate representation of color #549179: hue angle of 156.39º 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 #549179 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 84 145 121 -
CMYK 0.42 0 0.17 0.43
HSL 156.39º 0.27% 0.45% -
HSV(B) 156.39º 0.42% 0.57% -
XYZ 17.23 23.52 21.72 -
YUV 124.03 126.29 99.45 -
System Red Green Blue C M Y K H S L
Decimal 84 145 121 0.42 0 0.17 0.43 156.39 0.27 0.45
Hex 54 91 79 2A 0 11 2B 9C 1B 2D
Octal 124 221 171 52 0 21 53 234 33 55
Binary 1010100 10010001 1111001 101010 0 10001 101011 10011100 11011 101101

Color Harmonies of #549179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549179

Black with #549179

Text Example


Text Example

White with #549179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549179; }

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

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

background-color css

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

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

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

border-color css

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

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

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