Html Css Color HEX #549576 Cutty Sark

📋 copy color: '#549576'

red 84 ◦ green 149 ◦ blue 118

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

Shades of Cutty Sark #549576

Tints of Cutty Sark #549576

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.45%

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

R = 23.93%
G = 42.45%
B = 33.62%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#549576 (or 0x549576) is known color: Cutty Sark. HEX triplet: 54, 95 and 76. RGB value is (84,149,118). Sum of RGB (Red+Green+Blue) = 84+149+118=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 149 - color contains mainly: green. Hex color #549576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549576 is #AB6A89. Grayscale: #7E7E7E. Windows color (decimal): -11233930 or 7771476. OLE color: 7771476.

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

Color convert

RGB 84 149 118 -
CMYK 0.44 0 0.21 0.42
HSL 151.38º 0.28% 0.46% -
HSV(B) 151.38º 0.44% 0.58% -
XYZ 17.67 24.69 20.97 -
YUV 126.03 123.47 98.02 -
System Red Green Blue C M Y K H S L
Decimal 84 149 118 0.44 0 0.21 0.42 151.38 0.28 0.46
Hex 54 95 76 2C 0 15 2A 97 1C 2E
Octal 124 225 166 54 0 25 52 227 34 56
Binary 1010100 10010101 1110110 101100 0 10101 101010 10010111 11100 101110

Color Harmonies of #549576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549576

Black with #549576

Text Example


Text Example

White with #549576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549576; }

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

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

background-color css

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

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

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

border-color css

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

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

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