Html Css Color HEX #549175 Cutty Sark

📋 copy color: '#549175'

red 84 ◦ green 145 ◦ blue 117

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

Shades of Cutty Sark #549175

Tints of Cutty Sark #549175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.82%

R = 24.28%
G = 41.91%
B = 33.82%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#549175 (or 0x549175) is known color: Cutty Sark. HEX triplet: 54, 91 and 75. RGB value is (84,145,117). Sum of RGB (Red+Green+Blue) = 84+145+117=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 145 - color contains mainly: green. Hex color #549175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549175 is #AB6E8A. Grayscale: #7B7B7B. Windows color (decimal): -11234955 or 7704916. OLE color: 7704916.

HSL color Cylindrical-coordinate representation of color #549175: hue angle of 152.46º 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 #549175 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 84 145 117 -
CMYK 0.42 0 0.19 0.43
HSL 152.46º 0.27% 0.45% -
HSV(B) 152.46º 0.42% 0.57% -
XYZ 16.99 23.42 20.45 -
YUV 123.57 124.29 99.78 -
System Red Green Blue C M Y K H S L
Decimal 84 145 117 0.42 0 0.19 0.43 152.46 0.27 0.45
Hex 54 91 75 2A 0 13 2B 98 1B 2D
Octal 124 221 165 52 0 23 53 230 33 55
Binary 1010100 10010001 1110101 101010 0 10011 101011 10011000 11011 101101

Color Harmonies of #549175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549175

Black with #549175

Text Example


Text Example

White with #549175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549175; }

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

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

background-color css

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

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

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

border-color css

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

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

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