Html Css Color HEX #548A6F Cutty Sark

📋 copy color: '#548A6F'

red 84 ◦ green 138 ◦ blue 111

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

Shades of Cutty Sark #548A6F

Tints of Cutty Sark #548A6F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.44%

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

R = 25.23%
G = 41.44%
B = 33.33%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#548A6F (or 0x548A6F) is known color: Cutty Sark. HEX triplet: 54, 8A and 6F. RGB value is (84,138,111). Sum of RGB (Red+Green+Blue) = 84+138+111=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 138 - color contains mainly: green. Hex color #548A6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548A6F is #AB7590. Grayscale: #767676. Windows color (decimal): -11236753 or 7309908. OLE color: 7309908.

HSL color Cylindrical-coordinate representation of color #548A6F: hue angle of 150º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #548A6F is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 84 138 111 -
CMYK 0.39 0 0.20 0.46
HSL 150º 0.24% 0.44% -
HSV(B) 150º 0.39% 0.54% -
XYZ 15.61 21.21 18.31 -
YUV 118.78 123.61 103.2 -
System Red Green Blue C M Y K H S L
Decimal 84 138 111 0.39 0 0.20 0.46 150 0.24 0.44
Hex 54 8A 6F 27 0 14 2E 96 18 2C
Octal 124 212 157 47 0 24 56 226 30 54
Binary 1010100 10001010 1101111 100111 0 10100 101110 10010110 11000 101100

Color Harmonies of #548A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548A6F

Black with #548A6F

Text Example


Text Example

White with #548A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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