#548B71

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

Shades of Cutty Sark #548B71

Tints of Cutty Sark #548B71

Color information

#548B71 (or 0x548B71) is unknown color: approx Cutty Sark. HEX triplet: 54, 8B and 71. RGB value is (84,139,113). Sum of RGB (Red+Green+Blue) = 84+139+113=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 139 - color contains mainly: green. Hex color #548B71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548B71 is #AB748E. Grayscale: #777777. Windows color (decimal): -11236495 or 7441236. OLE color: 7441236.

HSL color Cylindrical-coordinate representation of color #548B71: hue angle of 151.64º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #548B71 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB84139113-
CMYK0.4000.190.45
HSL151.64º24.66%43.73%-
HSV(B)151.64º39.57%54.51%-
XYZ15.8721.5418.94-
YUV119.59124.28102.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25%
GREEN value IS 139 (54.69% from 255) = 41.37%
BLUE value IS 113 (44.53% from 255) = 33.63%
R=25%
G=41.37%
B=33.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841391130.4000.190.45151.6424.6643.73
Hex548B71280132D98192c
Octal12421316150023552303154
Binary10101001000101111100011010000100111011011001100011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548B71; }

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

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

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

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

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

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

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

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