#548971

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

Shades of Cutty Sark #548971

Tints of Cutty Sark #548971

Color information

#548971 (or 0x548971) is unknown color: approx Cutty Sark. HEX triplet: 54, 89 and 71. RGB value is (84,137,113). Sum of RGB (Red+Green+Blue) = 84+137+113=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 137 - color contains mainly: green. Hex color #548971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548971 is #AB768E. Grayscale: #767676. Windows color (decimal): -11237007 or 7440724. OLE color: 7440724.

HSL color Cylindrical-coordinate representation of color #548971: hue angle of 152.83º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #548971 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB84137113-
CMYK0.3900.180.46
HSL152.83º23.98%43.33%-
HSV(B)152.83º38.69%53.73%-
XYZ15.5820.9718.85-
YUV118.42124.94103.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.15%
GREEN value IS 137 (53.91% from 255) = 41.02%
BLUE value IS 113 (44.53% from 255) = 33.83%
R=25.15%
G=41.02%
B=33.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal841371130.3900.180.46152.8323.9843.33
Hex548971270122E99182b
Octal12421116147022562313053
Binary10101001000100111100011001110100101011101001100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548971; }

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

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

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

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

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

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

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

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