#549375

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

Shades of Cutty Sark #549375

Tints of Cutty Sark #549375

Color information

#549375 (or 0x549375) is unknown color: approx Cutty Sark. HEX triplet: 54, 93 and 75. RGB value is (84,147,117). Sum of RGB (Red+Green+Blue) = 84+147+117=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 147 - color contains mainly: green. Hex color #549375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549375 is #AB6C8A. Grayscale: #7C7C7C. Windows color (decimal): -11234443 or 7705428. OLE color: 7705428.

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

Color convert

RGB84147117-
CMYK0.4300.200.42
HSL151.43º27.27%45.29%-
HSV(B)151.43º42.86%57.65%-
XYZ17.324.0420.56-
YUV124.74123.6398.94-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.14%
GREEN value IS 147 (57.81% from 255) = 42.24%
BLUE value IS 117 (46.09% from 255) = 33.62%
R=24.14%
G=42.24%
B=33.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841471170.4300.200.42151.4327.2745.29
Hex5493752B0142A971b2d
Octal12422316553024522273355
Binary10101001001001111101011010110101001010101001011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549375; }

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

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

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

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

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

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

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

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