Html Css Color HEX #548474 Cutty Sark

📋 copy color: '#548474'

red 84 ◦ green 132 ◦ blue 116

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

Shades of Cutty Sark #548474

Tints of Cutty Sark #548474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.94%

R = 25.3%
G = 39.76%
B = 34.94%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#548474 (or 0x548474) is known color: Cutty Sark. HEX triplet: 54, 84 and 74. RGB value is (84,132,116). Sum of RGB (Red+Green+Blue) = 84+132+116=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 132 - color contains mainly: green. Hex color #548474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548474 is #AB7B8B. Grayscale: #737373. Windows color (decimal): -11238284 or 7636052. OLE color: 7636052.

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

Color convert

RGB 84 132 116 -
CMYK 0.36 0 0.12 0.48
HSL 160º 0.22% 0.42% -
HSV(B) 160º 0.36% 0.52% -
XYZ 15.06 19.65 19.52 -
YUV 115.82 128.1 105.3 -
System Red Green Blue C M Y K H S L
Decimal 84 132 116 0.36 0 0.12 0.48 160 0.22 0.42
Hex 54 84 74 24 0 C 30 A0 16 2A
Octal 124 204 164 44 0 14 60 240 26 52
Binary 1010100 10000100 1110100 100100 0 1100 110000 10100000 10110 101010

Color Harmonies of #548474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548474

Black with #548474

Text Example


Text Example

White with #548474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548474; }

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

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

background-color css

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

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

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

border-color css

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

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

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