#548B72

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

Shades of Cutty Sark #548B72

Tints of Cutty Sark #548B72

Color information

#548B72 (or 0x548B72) is unknown color: approx Cutty Sark. HEX triplet: 54, 8B and 72. RGB value is (84,139,114). Sum of RGB (Red+Green+Blue) = 84+139+114=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 139 (54.69% from 255 or 41.25% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 139 - color contains mainly: green. Hex color #548B72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548B72 is #AB748D. Grayscale: #777777. Windows color (decimal): -11236494 or 7506772. OLE color: 7506772.

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

Color convert

RGB84139114-
CMYK0.4000.180.45
HSL152.73º24.66%43.73%-
HSV(B)152.73º39.57%54.51%-
XYZ15.9321.5619.24-
YUV119.7124.78102.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.93%
GREEN value IS 139 (54.69% from 255) = 41.25%
BLUE value IS 114 (44.92% from 255) = 33.83%
R=24.93%
G=41.25%
B=33.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841391140.4000.180.45152.7324.6643.73
Hex548B72280122D99192c
Octal12421316250022552313154
Binary10101001000101111100101010000100101011011001100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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