Html Css Color HEX #548A74 Cutty Sark

📋 copy color: '#548A74'

red 84 ◦ green 138 ◦ blue 116

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

Shades of Cutty Sark #548A74

Tints of Cutty Sark #548A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.32%

R = 24.85%
G = 40.83%
B = 34.32%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#548A74 (or 0x548A74) is known color: Cutty Sark. HEX triplet: 54, 8A and 74. RGB value is (84,138,116). Sum of RGB (Red+Green+Blue) = 84+138+116=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 138 - color contains mainly: green. Hex color #548A74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548A74 is #AB758B. Grayscale: #777777. Windows color (decimal): -11236748 or 7637588. OLE color: 7637588.

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

Color convert

RGB 84 138 116 -
CMYK 0.39 0 0.16 0.46
HSL 155.56º 0.24% 0.44% -
HSV(B) 155.56º 0.39% 0.54% -
XYZ 15.9 21.32 19.8 -
YUV 119.35 126.11 102.79 -
System Red Green Blue C M Y K H S L
Decimal 84 138 116 0.39 0 0.16 0.46 155.56 0.24 0.44
Hex 54 8A 74 27 0 10 2E 9C 18 2C
Octal 124 212 164 47 0 20 56 234 30 54
Binary 1010100 10001010 1110100 100111 0 10000 101110 10011100 11000 101100

Color Harmonies of #548A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548A74

Black with #548A74

Text Example


Text Example

White with #548A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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