#548C6D

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

Shades of Cutty Sark #548C6D

Tints of Cutty Sark #548C6D

Color information

#548C6D (or 0x548C6D) is unknown color: approx Cutty Sark. HEX triplet: 54, 8C and 6D. RGB value is (84,140,109). Sum of RGB (Red+Green+Blue) = 84+140+109=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 140 - color contains mainly: green. Hex color #548C6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548C6D is #AB7392. Grayscale: #777777. Windows color (decimal): -11236243 or 7179348. OLE color: 7179348.

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

Color convert

RGB84140109-
CMYK0.400.220.45
HSL146.79º25%43.92%-
HSV(B)146.79º40%54.9%-
XYZ15.7921.7517.83-
YUV119.72121.95102.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.23%
GREEN value IS 140 (55.08% from 255) = 42.04%
BLUE value IS 109 (42.97% from 255) = 32.73%
R=25.23%
G=42.04%
B=32.73%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841401090.400.220.45146.792543.92
Hex548C6D280162D93192c
Octal12421415550026552233154
Binary10101001000110011011011010000101101011011001001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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