Html Css Color HEX #549274 Cutty Sark

📋 copy color: '#549274'

red 84 ◦ green 146 ◦ blue 116

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

Shades of Cutty Sark #549274

Tints of Cutty Sark #549274

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.2%

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

R = 24.28%
G = 42.2%
B = 33.53%

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

#549274 (or 0x549274) is known color: Cutty Sark. HEX triplet: 54, 92 and 74. RGB value is (84,146,116). Sum of RGB (Red+Green+Blue) = 84+146+116=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 146 - color contains mainly: green. Hex color #549274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549274 is #AB6D8B. Grayscale: #7C7C7C. Windows color (decimal): -11234700 or 7639636. OLE color: 7639636.

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

Color convert

RGB 84 146 116 -
CMYK 0.42 0 0.21 0.43
HSL 150.97º 0.27% 0.45% -
HSV(B) 150.97º 0.42% 0.57% -
XYZ 17.09 23.7 20.2 -
YUV 124.04 123.46 99.44 -
System Red Green Blue C M Y K H S L
Decimal 84 146 116 0.42 0 0.21 0.43 150.97 0.27 0.45
Hex 54 92 74 2A 0 15 2B 97 1B 2D
Octal 124 222 164 52 0 25 53 227 33 55
Binary 1010100 10010010 1110100 101010 0 10101 101011 10010111 11011 101101

Color Harmonies of #549274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549274

Black with #549274

Text Example


Text Example

White with #549274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549274; }

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

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

background-color css

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

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

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

border-color css

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

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

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