#548D6E

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

Shades of Cutty Sark #548D6E

Tints of Cutty Sark #548D6E

Color information

#548D6E (or 0x548D6E) is unknown color: approx Cutty Sark. HEX triplet: 54, 8D and 6E. RGB value is (84,141,110). Sum of RGB (Red+Green+Blue) = 84+141+110=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 141 - color contains mainly: green. Hex color #548D6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548D6E is #AB7291. Grayscale: #787878. Windows color (decimal): -11235986 or 7245140. OLE color: 7245140.

HSL color Cylindrical-coordinate representation of color #548D6E: hue angle of 147.37º 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 #548D6E is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB84141110-
CMYK0.4000.220.45
HSL147.37º25.33%44.12%-
HSV(B)147.37º40.43%55.29%-
XYZ1622.0618.17-
YUV120.42122.12102.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.07%
GREEN value IS 141 (55.47% from 255) = 42.09%
BLUE value IS 110 (43.36% from 255) = 32.84%
R=25.07%
G=42.09%
B=32.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841411100.4000.220.45147.3725.3344.12
Hex548D6E280162D93192c
Octal12421515650026552233154
Binary10101001000110111011101010000101101011011001001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,141,110); }

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

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

 a { background-color: rgb(84,141,110); }

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

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

 span { border-color: rgb(84,141,110); }

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