Html Css Color HEX #548472 Cutty Sark

📋 copy color: '#548472'

red 84 ◦ green 132 ◦ blue 114

#548472
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #548472

Tints of Cutty Sark #548472

RGB

 RED value IS 84 (33.2% from 255) = 25.45%

 GREEN value IS 132 (51.95% from 255) = 40%

 BLUE value IS 114 (44.92% from 255) = 34.55%

R = 25.45%
G = 40%
B = 34.55%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#548472 (or 0x548472) is known color: Cutty Sark. HEX triplet: 54, 84 and 72. RGB value is (84,132,114). Sum of RGB (Red+Green+Blue) = 84+132+114=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 132 - color contains mainly: green. Hex color #548472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548472 is #AB7B8D. Grayscale: #737373. Windows color (decimal): -11238286 or 7504980. OLE color: 7504980.

HSL color Cylindrical-coordinate representation of color #548472: hue angle of 157.5º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #548472 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 84 132 114 -
CMYK 0.36 0 0.14 0.48
HSL 157.5º 0.22% 0.42% -
HSV(B) 157.5º 0.36% 0.52% -
XYZ 14.94 19.6 18.92 -
YUV 115.6 127.1 105.46 -
System Red Green Blue C M Y K H S L
Decimal 84 132 114 0.36 0 0.14 0.48 157.5 0.22 0.42
Hex 54 84 72 24 0 E 30 9E 16 2A
Octal 124 204 162 44 0 16 60 236 26 52
Binary 1010100 10000100 1110010 100100 0 1110 110000 10011110 10110 101010

Color Harmonies of #548472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548472

Black with #548472

Text Example


Text Example

White with #548472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548472; }

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

 H1.HeaderClassName
 {
   color: #548472;
 }
 .AnyTagClassName
 {
   color: #548472;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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