#548F6D

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

Shades of Cutty Sark #548F6D

Tints of Cutty Sark #548F6D

Color information

#548F6D (or 0x548F6D) is unknown color: approx Cutty Sark. HEX triplet: 54, 8F and 6D. RGB value is (84,143,109). Sum of RGB (Red+Green+Blue) = 84+143+109=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 143 - color contains mainly: green. Hex color #548F6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548F6D is #AB7092. Grayscale: #797979. Windows color (decimal): -11235475 or 7180116. OLE color: 7180116.

HSL color Cylindrical-coordinate representation of color #548F6D: hue angle of 145.42º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #548F6D is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB84143109-
CMYK0.4100.240.44
HSL145.42º25.99%44.51%-
HSV(B)145.42º41.26%56.08%-
XYZ16.2422.6317.98-
YUV121.48120.95101.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25%
GREEN value IS 143 (56.25% from 255) = 42.56%
BLUE value IS 109 (42.97% from 255) = 32.44%
R=25%
G=42.56%
B=32.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal841431090.4100.240.44145.4225.9944.51
Hex548F6D290182C911a2d
Octal12421715551030542213255
Binary10101001000111111011011010010110001011001001000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,143,109); }

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

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

 a { background-color: rgb(84,143,109); }

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

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

 span { border-color: rgb(84,143,109); }

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