Html Css Color HEX #549474 Cutty Sark

📋 copy color: '#549474'

red 84 ◦ green 148 ◦ blue 116

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

Shades of Cutty Sark #549474

Tints of Cutty Sark #549474

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.53%

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

R = 24.14%
G = 42.53%
B = 33.33%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#549474 (or 0x549474) is known color: Cutty Sark. HEX triplet: 54, 94 and 74. RGB value is (84,148,116). Sum of RGB (Red+Green+Blue) = 84+148+116=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 148 - color contains mainly: green. Hex color #549474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549474 is #AB6B8B. Grayscale: #7D7D7D. Windows color (decimal): -11234188 or 7640148. OLE color: 7640148.

HSL color Cylindrical-coordinate representation of color #549474: hue angle of 150º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #549474 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 148 116 -
CMYK 0.43 0 0.22 0.42
HSL 150º 0.28% 0.45% -
HSV(B) 150º 0.43% 0.58% -
XYZ 17.4 24.33 20.3 -
YUV 125.22 122.8 98.6 -
System Red Green Blue C M Y K H S L
Decimal 84 148 116 0.43 0 0.22 0.42 150 0.28 0.45
Hex 54 94 74 2B 0 16 2A 96 1C 2D
Octal 124 224 164 53 0 26 52 226 34 55
Binary 1010100 10010100 1110100 101011 0 10110 101010 10010110 11100 101101

Color Harmonies of #549474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549474

Black with #549474

Text Example


Text Example

White with #549474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549474; }

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

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

background-color css

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

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

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

border-color css

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

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

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