Html Css Color HEX #548F76 Cutty Sark

📋 copy color: '#548F76'

red 84 ◦ green 143 ◦ blue 118

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

Shades of Cutty Sark #548F76

Tints of Cutty Sark #548F76

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.45%

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

R = 24.35%
G = 41.45%
B = 34.2%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#548F76 (or 0x548F76) is known color: Cutty Sark. HEX triplet: 54, 8F and 76. RGB value is (84,143,118). Sum of RGB (Red+Green+Blue) = 84+143+118=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 143 (56.25% from 255 or 41.45% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 143 - color contains mainly: green. Hex color #548F76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548F76 is #AB7089. Grayscale: #7A7A7A. Windows color (decimal): -11235466 or 7769940. OLE color: 7769940.

HSL color Cylindrical-coordinate representation of color #548F76: hue angle of 154.58º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #548F76 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 84 143 118 -
CMYK 0.41 0 0.17 0.44
HSL 154.58º 0.26% 0.45% -
HSV(B) 154.58º 0.41% 0.56% -
XYZ 16.75 22.84 20.66 -
YUV 122.51 125.45 100.53 -
System Red Green Blue C M Y K H S L
Decimal 84 143 118 0.41 0 0.17 0.44 154.58 0.26 0.45
Hex 54 8F 76 29 0 11 2C 9B 1A 2D
Octal 124 217 166 51 0 21 54 233 32 55
Binary 1010100 10001111 1110110 101001 0 10001 101100 10011011 11010 101101

Color Harmonies of #548F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548F76

Black with #548F76

Text Example


Text Example

White with #548F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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