#548B74

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

Shades of Cutty Sark #548B74

Tints of Cutty Sark #548B74

Color information

#548B74 (or 0x548B74) is unknown color: approx Cutty Sark. HEX triplet: 54, 8B and 74. RGB value is (84,139,116). Sum of RGB (Red+Green+Blue) = 84+139+116=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 139 - color contains mainly: green. Hex color #548B74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548B74 is #AB748B. Grayscale: #777777. Windows color (decimal): -11236492 or 7637844. OLE color: 7637844.

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

Color convert

RGB84139116-
CMYK0.4000.170.45
HSL154.91º24.66%43.73%-
HSV(B)154.91º39.57%54.51%-
XYZ16.0421.6119.85-
YUV119.93125.78102.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.78%
GREEN value IS 139 (54.69% from 255) = 41.00%
BLUE value IS 116 (45.70% from 255) = 34.22%
R=24.78%
G=41.00%
B=34.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841391160.4000.170.45154.9124.6643.73
Hex548B74280112D9b192c
Octal12421316450021552333154
Binary10101001000101111101001010000100011011011001101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,139,116); }

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

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

 a { background-color: rgb(84,139,116); }

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

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

 span { border-color: rgb(84,139,116); }

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