Html Css Color HEX #549172 Cutty Sark

📋 copy color: '#549172'

red 84 ◦ green 145 ◦ blue 114

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

Shades of Cutty Sark #549172

Tints of Cutty Sark #549172

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.27%

 BLUE value IS 114 (44.92% from 255) = 33.24%

R = 24.49%
G = 42.27%
B = 33.24%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#549172 (or 0x549172) is known color: Cutty Sark. HEX triplet: 54, 91 and 72. RGB value is (84,145,114). Sum of RGB (Red+Green+Blue) = 84+145+114=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 145 (57.03% from 255 or 42.27% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 145 - color contains mainly: green. Hex color #549172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549172 is #AB6E8D. Grayscale: #7B7B7B. Windows color (decimal): -11234958 or 7508308. OLE color: 7508308.

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

Color convert

RGB 84 145 114 -
CMYK 0.42 0 0.21 0.43
HSL 149.51º 0.27% 0.45% -
HSV(B) 149.51º 0.42% 0.57% -
XYZ 16.82 23.35 19.54 -
YUV 123.23 122.79 100.02 -
System Red Green Blue C M Y K H S L
Decimal 84 145 114 0.42 0 0.21 0.43 149.51 0.27 0.45
Hex 54 91 72 2A 0 15 2B 96 1B 2D
Octal 124 221 162 52 0 25 53 226 33 55
Binary 1010100 10010001 1110010 101010 0 10101 101011 10010110 11011 101101

Color Harmonies of #549172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549172

Black with #549172

Text Example


Text Example

White with #549172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549172; }

 p { color: rgb(84,145,114); }

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

background-color css

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

 a { background-color: rgb(84,145,114); }

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

border-color css

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

 span { border-color: rgb(84,145,114); }

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