Html Css Color HEX #549476 Cutty Sark

📋 copy color: '#549476'

red 84 ◦ green 148 ◦ blue 118

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

Shades of Cutty Sark #549476

Tints of Cutty Sark #549476

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.29%

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

R = 24%
G = 42.29%
B = 33.71%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#549476 (or 0x549476) is known color: Cutty Sark. HEX triplet: 54, 94 and 76. RGB value is (84,148,118). Sum of RGB (Red+Green+Blue) = 84+148+118=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 148 - color contains mainly: green. Hex color #549476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549476 is #AB6B89. Grayscale: #7D7D7D. Windows color (decimal): -11234186 or 7771220. OLE color: 7771220.

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

Color convert

RGB 84 148 118 -
CMYK 0.43 0 0.20 0.42
HSL 151.88º 0.28% 0.45% -
HSV(B) 151.88º 0.43% 0.58% -
XYZ 17.52 24.37 20.92 -
YUV 125.44 123.8 98.44 -
System Red Green Blue C M Y K H S L
Decimal 84 148 118 0.43 0 0.20 0.42 151.88 0.28 0.45
Hex 54 94 76 2B 0 14 2A 98 1C 2D
Octal 124 224 166 53 0 24 52 230 34 55
Binary 1010100 10010100 1110110 101011 0 10100 101010 10011000 11100 101101

Color Harmonies of #549476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549476

Black with #549476

Text Example


Text Example

White with #549476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549476; }

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

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

background-color css

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

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

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

border-color css

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

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

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