#549377

Color #549377 Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #549377

Tints of Cutty Sark #549377

Color information

#549377 (or 0x549377) is unknown color: approx Cutty Sark. HEX triplet: 54, 93 and 77. RGB value is (84,147,119). Sum of RGB (Red+Green+Blue) = 84+147+119=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 147 - color contains mainly: green. Hex color #549377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549377 is #AB6C88. Grayscale: #7D7D7D. Windows color (decimal): -11234441 or 7836500. OLE color: 7836500.

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

Color convert

RGB84147119-
CMYK0.4300.190.42
HSL153.33º27.27%45.29%-
HSV(B)153.33º42.86%57.65%-
XYZ17.4224.0821.18-
YUV124.97124.6398.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24%
GREEN value IS 147 (57.81% from 255) = 42%
BLUE value IS 119 (46.88% from 255) = 34%
R=24%
G=42%
B=34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841471190.4300.190.42153.3327.2745.29
Hex5493772B0132A991b2d
Octal12422316753023522313355
Binary10101001001001111101111010110100111010101001100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549377; }

 p { color: rgb(84,147,119); }

 H1.HeaderClassName
 {
   color: #549377;
 }
 .AnyTagClassName
 {
   color: #549377;
 }
</style>
background-color css

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

 a { background-color: rgb(84,147,119); }

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

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

 span { border-color: rgb(84,147,119); }

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