Html Css Color HEX #548C78 Cutty Sark

📋 copy color: '#548C78'

red 84 ◦ green 140 ◦ blue 120

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

Shades of Cutty Sark #548C78

Tints of Cutty Sark #548C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.88%

R = 24.42%
G = 40.7%
B = 34.88%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#548C78 (or 0x548C78) is known color: Cutty Sark. HEX triplet: 54, 8C and 78. RGB value is (84,140,120). Sum of RGB (Red+Green+Blue) = 84+140+120=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 140 (55.08% from 255 or 40.70% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 140 - color contains mainly: green. Hex color #548C78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548C78 is #AB7387. Grayscale: #797979. Windows color (decimal): -11236232 or 7900244. OLE color: 7900244.

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

Color convert

RGB 84 140 120 -
CMYK 0.4 0 0.14 0.45
HSL 158.57º 0.25% 0.44% -
HSV(B) 158.57º 0.4% 0.55% -
XYZ 16.42 22 21.15 -
YUV 120.98 127.45 101.63 -
System Red Green Blue C M Y K H S L
Decimal 84 140 120 0.4 0 0.14 0.45 158.57 0.25 0.44
Hex 54 8C 78 28 0 E 2D 9F 19 2C
Octal 124 214 170 50 0 16 55 237 31 54
Binary 1010100 10001100 1111000 101000 0 1110 101101 10011111 11001 101100

Color Harmonies of #548C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548C78

Black with #548C78

Text Example


Text Example

White with #548C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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