Html Css Color HEX #548D76 Cutty Sark

📋 copy color: '#548D76'

red 84 ◦ green 141 ◦ blue 118

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

Shades of Cutty Sark #548D76

Tints of Cutty Sark #548D76

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.11%

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

R = 24.49%
G = 41.11%
B = 34.4%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#548D76 (or 0x548D76) is known color: Cutty Sark. HEX triplet: 54, 8D and 76. RGB value is (84,141,118). Sum of RGB (Red+Green+Blue) = 84+141+118=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 141 (55.47% from 255 or 41.11% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 141 - color contains mainly: green. Hex color #548D76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548D76 is #AB7289. Grayscale: #797979. Windows color (decimal): -11235978 or 7769428. OLE color: 7769428.

HSL color Cylindrical-coordinate representation of color #548D76: hue angle of 155.79º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #548D76 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 141 118 -
CMYK 0.40 0 0.16 0.45
HSL 155.79º 0.25% 0.44% -
HSV(B) 155.79º 0.4% 0.55% -
XYZ 16.45 22.24 20.57 -
YUV 121.34 126.12 101.37 -
System Red Green Blue C M Y K H S L
Decimal 84 141 118 0.40 0 0.16 0.45 155.79 0.25 0.44
Hex 54 8D 76 28 0 10 2D 9C 19 2C
Octal 124 215 166 50 0 20 55 234 31 54
Binary 1010100 10001101 1110110 101000 0 10000 101101 10011100 11001 101100

Color Harmonies of #548D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548D76

Black with #548D76

Text Example


Text Example

White with #548D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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