Html Css Color HEX #548476 Cutty Sark

📋 copy color: '#548476'

red 84 ◦ green 132 ◦ blue 118

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

Shades of Cutty Sark #548476

Tints of Cutty Sark #548476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.33%

R = 25.15%
G = 39.52%
B = 35.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#548476 (or 0x548476) is known color: Cutty Sark. HEX triplet: 54, 84 and 76. RGB value is (84,132,118). Sum of RGB (Red+Green+Blue) = 84+132+118=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 132 - color contains mainly: green. Hex color #548476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548476 is #AB7B89. Grayscale: #747474. Windows color (decimal): -11238282 or 7767124. OLE color: 7767124.

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

Color convert

RGB 84 132 118 -
CMYK 0.36 0 0.11 0.48
HSL 162.5º 0.22% 0.42% -
HSV(B) 162.5º 0.36% 0.52% -
XYZ 15.18 19.7 20.14 -
YUV 116.05 129.1 105.14 -
System Red Green Blue C M Y K H S L
Decimal 84 132 118 0.36 0 0.11 0.48 162.5 0.22 0.42
Hex 54 84 76 24 0 B 30 A2 16 2A
Octal 124 204 166 44 0 13 60 242 26 52
Binary 1010100 10000100 1110110 100100 0 1011 110000 10100010 10110 101010

Color Harmonies of #548476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548476

Black with #548476

Text Example


Text Example

White with #548476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548476; }

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

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

background-color css

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

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

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

border-color css

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

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

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