Html Css Color HEX #548D6F Cutty Sark

📋 copy color: '#548D6F'

red 84 ◦ green 141 ◦ blue 111

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

Shades of Cutty Sark #548D6F

Tints of Cutty Sark #548D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.04%

R = 25%
G = 41.96%
B = 33.04%

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

#548D6F (or 0x548D6F) is known color: Cutty Sark. HEX triplet: 54, 8D and 6F. RGB value is (84,141,111). Sum of RGB (Red+Green+Blue) = 84+141+111=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 141 - color contains mainly: green. Hex color #548D6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548D6F is #AB7290. Grayscale: #787878. Windows color (decimal): -11235985 or 7310676. OLE color: 7310676.

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

Color convert

RGB 84 141 111 -
CMYK 0.40 0 0.21 0.45
HSL 148.42º 0.25% 0.44% -
HSV(B) 148.42º 0.4% 0.55% -
XYZ 16.05 22.08 18.46 -
YUV 120.54 122.62 101.94 -
System Red Green Blue C M Y K H S L
Decimal 84 141 111 0.40 0 0.21 0.45 148.42 0.25 0.44
Hex 54 8D 6F 28 0 15 2D 94 19 2C
Octal 124 215 157 50 0 25 55 224 31 54
Binary 1010100 10001101 1101111 101000 0 10101 101101 10010100 11001 101100

Color Harmonies of #548D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548D6F

Black with #548D6F

Text Example


Text Example

White with #548D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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