#548C6F

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

Shades of Cutty Sark #548C6F

Tints of Cutty Sark #548C6F

Color information

#548C6F (or 0x548C6F) is unknown color: approx Cutty Sark. HEX triplet: 54, 8C and 6F. RGB value is (84,140,111). Sum of RGB (Red+Green+Blue) = 84+140+111=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 140 - color contains mainly: green. Hex color #548C6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548C6F is #AB7390. Grayscale: #787878. Windows color (decimal): -11236241 or 7310420. OLE color: 7310420.

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

Color convert

RGB84140111-
CMYK0.400.210.45
HSL148.93º25%43.92%-
HSV(B)148.93º40%54.9%-
XYZ15.921.7918.41-
YUV119.95122.95102.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.07%
GREEN value IS 140 (55.08% from 255) = 41.79%
BLUE value IS 111 (43.75% from 255) = 33.13%
R=25.07%
G=41.79%
B=33.13%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841401110.400.210.45148.932543.92
Hex548C6F280152D95192c
Octal12421415750025552253154
Binary10101001000110011011111010000101011011011001010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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