#548B70

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

Shades of Cutty Sark #548B70

Tints of Cutty Sark #548B70

Color information

#548B70 (or 0x548B70) is unknown color: approx Cutty Sark. HEX triplet: 54, 8B and 70. RGB value is (84,139,112). Sum of RGB (Red+Green+Blue) = 84+139+112=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 139 - color contains mainly: green. Hex color #548B70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548B70 is #AB748F. Grayscale: #777777. Windows color (decimal): -11236496 or 7375700. OLE color: 7375700.

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

Color convert

RGB84139112-
CMYK0.4000.190.45
HSL150.55º24.66%43.73%-
HSV(B)150.55º39.57%54.51%-
XYZ15.8121.5218.65-
YUV119.48123.78102.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.07%
GREEN value IS 139 (54.69% from 255) = 41.49%
BLUE value IS 112 (44.14% from 255) = 33.43%
R=25.07%
G=41.49%
B=33.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841391120.4000.190.45150.5524.6643.73
Hex548B70280132D97192c
Octal12421316050023552273154
Binary10101001000101111100001010000100111011011001011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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