Html Css Color HEX #549171 Cutty Sark

📋 copy color: '#549171'

red 84 ◦ green 145 ◦ blue 113

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

Shades of Cutty Sark #549171

Tints of Cutty Sark #549171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.04%

R = 24.56%
G = 42.4%
B = 33.04%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#549171 (or 0x549171) is known color: Cutty Sark. HEX triplet: 54, 91 and 71. RGB value is (84,145,113). Sum of RGB (Red+Green+Blue) = 84+145+113=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 145 - color contains mainly: green. Hex color #549171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549171 is #AB6E8E. Grayscale: #7B7B7B. Windows color (decimal): -11234959 or 7442772. OLE color: 7442772.

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

Color convert

RGB 84 145 113 -
CMYK 0.42 0 0.22 0.43
HSL 148.52º 0.27% 0.45% -
HSV(B) 148.52º 0.42% 0.57% -
XYZ 16.76 23.33 19.24 -
YUV 123.11 122.29 100.1 -
System Red Green Blue C M Y K H S L
Decimal 84 145 113 0.42 0 0.22 0.43 148.52 0.27 0.45
Hex 54 91 71 2A 0 16 2B 95 1B 2D
Octal 124 221 161 52 0 26 53 225 33 55
Binary 1010100 10010001 1110001 101010 0 10110 101011 10010101 11011 101101

Color Harmonies of #549171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549171

Black with #549171

Text Example


Text Example

White with #549171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549171; }

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

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

background-color css

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

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

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

border-color css

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

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

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