Html Css Color HEX #548471 Cutty Sark

📋 copy color: '#548471'

red 84 ◦ green 132 ◦ blue 113

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

Shades of Cutty Sark #548471

Tints of Cutty Sark #548471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.35%

R = 25.53%
G = 40.12%
B = 34.35%

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

#548471 (or 0x548471) is known color: Cutty Sark. HEX triplet: 54, 84 and 71. RGB value is (84,132,113). Sum of RGB (Red+Green+Blue) = 84+132+113=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 132 - color contains mainly: green. Hex color #548471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548471 is #AB7B8E. Grayscale: #737373. Windows color (decimal): -11238287 or 7439444. OLE color: 7439444.

HSL color Cylindrical-coordinate representation of color #548471: hue angle of 156.25º 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 #548471 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 84 132 113 -
CMYK 0.36 0 0.14 0.48
HSL 156.25º 0.22% 0.42% -
HSV(B) 156.25º 0.36% 0.52% -
XYZ 14.89 19.58 18.62 -
YUV 115.48 126.6 105.54 -
System Red Green Blue C M Y K H S L
Decimal 84 132 113 0.36 0 0.14 0.48 156.25 0.22 0.42
Hex 54 84 71 24 0 E 30 9C 16 2A
Octal 124 204 161 44 0 16 60 234 26 52
Binary 1010100 10000100 1110001 100100 0 1110 110000 10011100 10110 101010

Color Harmonies of #548471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548471

Black with #548471

Text Example


Text Example

White with #548471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548471; }

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

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

background-color css

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

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

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

border-color css

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

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

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