Html Css Color HEX #548D70 Cutty Sark

📋 copy color: '#548D70'

red 84 ◦ green 141 ◦ blue 112

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

Shades of Cutty Sark #548D70

Tints of Cutty Sark #548D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.23%

R = 24.93%
G = 41.84%
B = 33.23%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#548D70 (or 0x548D70) is known color: Cutty Sark. HEX triplet: 54, 8D and 70. RGB value is (84,141,112). Sum of RGB (Red+Green+Blue) = 84+141+112=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 141 (55.47% from 255 or 41.84% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 141 - color contains mainly: green. Hex color #548D70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548D70 is #AB728F. Grayscale: #787878. Windows color (decimal): -11235984 or 7376212. OLE color: 7376212.

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

Color convert

RGB 84 141 112 -
CMYK 0.40 0 0.21 0.45
HSL 149.47º 0.25% 0.44% -
HSV(B) 149.47º 0.4% 0.55% -
XYZ 16.11 22.1 18.75 -
YUV 120.65 123.12 101.86 -
System Red Green Blue C M Y K H S L
Decimal 84 141 112 0.40 0 0.21 0.45 149.47 0.25 0.44
Hex 54 8D 70 28 0 15 2D 95 19 2C
Octal 124 215 160 50 0 25 55 225 31 54
Binary 1010100 10001101 1110000 101000 0 10101 101101 10010101 11001 101100

Color Harmonies of #548D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548D70

Black with #548D70

Text Example


Text Example

White with #548D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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