#548A70

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

Shades of Cutty Sark #548A70

Tints of Cutty Sark #548A70

Color information

#548A70 (or 0x548A70) is unknown color: approx Cutty Sark. HEX triplet: 54, 8A and 70. RGB value is (84,138,112). Sum of RGB (Red+Green+Blue) = 84+138+112=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 138 - color contains mainly: green. Hex color #548A70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548A70 is #AB758F. Grayscale: #767676. Windows color (decimal): -11236752 or 7375444. OLE color: 7375444.

HSL color Cylindrical-coordinate representation of color #548A70: hue angle of 151.11º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #548A70 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB84138112-
CMYK0.3900.190.46
HSL151.11º24.32%43.53%-
HSV(B)151.11º39.13%54.12%-
XYZ15.6721.2318.6-
YUV118.89124.11103.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.15%
GREEN value IS 138 (54.30% from 255) = 41.32%
BLUE value IS 112 (44.14% from 255) = 33.53%
R=25.15%
G=41.32%
B=33.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal841381120.3900.190.46151.1124.3243.53
Hex548A70270132E97182c
Octal12421216047023562273054
Binary10101001000101011100001001110100111011101001011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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