#548C6C

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

Shades of Cutty Sark #548C6C

Tints of Cutty Sark #548C6C

Color information

#548C6C (or 0x548C6C) is unknown color: approx Cutty Sark. HEX triplet: 54, 8C and 6C. RGB value is (84,140,108). Sum of RGB (Red+Green+Blue) = 84+140+108=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 140 - color contains mainly: green. Hex color #548C6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548C6C is #AB7393. Grayscale: #777777. Windows color (decimal): -11236244 or 7113812. OLE color: 7113812.

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

Color convert

RGB84140108-
CMYK0.400.230.45
HSL145.71º25%43.92%-
HSV(B)145.71º40%54.9%-
XYZ15.7421.7217.55-
YUV119.61121.45102.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.30%
GREEN value IS 140 (55.08% from 255) = 42.17%
BLUE value IS 108 (42.58% from 255) = 32.53%
R=25.30%
G=42.17%
B=32.53%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841401080.400.230.45145.712543.92
Hex548C6C280172D92192c
Octal12421415450027552223154
Binary10101001000110011011001010000101111011011001001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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