Html Css Color HEX #548C76 Cutty Sark

📋 copy color: '#548C76'

red 84 ◦ green 140 ◦ blue 118

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

Shades of Cutty Sark #548C76

Tints of Cutty Sark #548C76

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.94%

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

R = 24.56%
G = 40.94%
B = 34.5%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#548C76 (or 0x548C76) is known color: Cutty Sark. HEX triplet: 54, 8C and 76. RGB value is (84,140,118). Sum of RGB (Red+Green+Blue) = 84+140+118=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 140 - color contains mainly: green. Hex color #548C76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548C76 is #AB7389. Grayscale: #787878. Windows color (decimal): -11236234 or 7769172. OLE color: 7769172.

HSL color Cylindrical-coordinate representation of color #548C76: hue angle of 156.43º 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 #548C76 is Cyan = 0.4, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 140 118 -
CMYK 0.4 0 0.16 0.45
HSL 156.43º 0.25% 0.44% -
HSV(B) 156.43º 0.4% 0.55% -
XYZ 16.3 21.95 20.52 -
YUV 120.75 126.45 101.79 -
System Red Green Blue C M Y K H S L
Decimal 84 140 118 0.4 0 0.16 0.45 156.43 0.25 0.44
Hex 54 8C 76 28 0 10 2D 9C 19 2C
Octal 124 214 166 50 0 20 55 234 31 54
Binary 1010100 10001100 1110110 101000 0 10000 101101 10011100 11001 101100

Color Harmonies of #548C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548C76

Black with #548C76

Text Example


Text Example

White with #548C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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