#548D6B

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

Shades of Cutty Sark #548D6B

Tints of Cutty Sark #548D6B

Color information

#548D6B (or 0x548D6B) is unknown color: approx Cutty Sark. HEX triplet: 54, 8D and 6B. RGB value is (84,141,107). Sum of RGB (Red+Green+Blue) = 84+141+107=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 141 - color contains mainly: green. Hex color #548D6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548D6B is #AB7294. Grayscale: #787878. Windows color (decimal): -11235989 or 7048532. OLE color: 7048532.

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

Color convert

RGB84141107-
CMYK0.4000.240.45
HSL144.21º25.33%44.12%-
HSV(B)144.21º40.43%55.29%-
XYZ15.832217.32-
YUV120.08120.62102.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.30%
GREEN value IS 141 (55.47% from 255) = 42.47%
BLUE value IS 107 (42.19% from 255) = 32.23%
R=25.30%
G=42.47%
B=32.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841411070.4000.240.45144.2125.3344.12
Hex548D6B280182D90192c
Octal12421515350030552203154
Binary10101001000110111010111010000110001011011001000011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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