#548972

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

Shades of Cutty Sark #548972

Tints of Cutty Sark #548972

Color information

#548972 (or 0x548972) is unknown color: approx Cutty Sark. HEX triplet: 54, 89 and 72. RGB value is (84,137,114). Sum of RGB (Red+Green+Blue) = 84+137+114=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 137 - color contains mainly: green. Hex color #548972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548972 is #AB768D. Grayscale: #767676. Windows color (decimal): -11237006 or 7506260. OLE color: 7506260.

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

Color convert

RGB84137114-
CMYK0.3900.170.46
HSL153.96º23.98%43.33%-
HSV(B)153.96º38.69%53.73%-
XYZ15.6420.9919.15-
YUV118.53125.44103.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.07%
GREEN value IS 137 (53.91% from 255) = 40.90%
BLUE value IS 114 (44.92% from 255) = 34.03%
R=25.07%
G=40.90%
B=34.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal841371140.3900.170.46153.9623.9843.33
Hex548972270112E9a182b
Octal12421116247021562323053
Binary10101001000100111100101001110100011011101001101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548972; }

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

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

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

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

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

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

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

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