Html Css Color HEX #549276 Cutty Sark

📋 copy color: '#549276'

red 84 ◦ green 146 ◦ blue 118

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

Shades of Cutty Sark #549276

Tints of Cutty Sark #549276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.91%

R = 24.14%
G = 41.95%
B = 33.91%

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

#549276 (or 0x549276) is known color: Cutty Sark. HEX triplet: 54, 92 and 76. RGB value is (84,146,118). Sum of RGB (Red+Green+Blue) = 84+146+118=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 146 - color contains mainly: green. Hex color #549276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549276 is #AB6D89. Grayscale: #7C7C7C. Windows color (decimal): -11234698 or 7770708. OLE color: 7770708.

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

Color convert

RGB 84 146 118 -
CMYK 0.42 0 0.19 0.43
HSL 152.9º 0.27% 0.45% -
HSV(B) 152.9º 0.42% 0.57% -
XYZ 17.21 23.75 20.82 -
YUV 124.27 124.46 99.28 -
System Red Green Blue C M Y K H S L
Decimal 84 146 118 0.42 0 0.19 0.43 152.9 0.27 0.45
Hex 54 92 76 2A 0 13 2B 99 1B 2D
Octal 124 222 166 52 0 23 53 231 33 55
Binary 1010100 10010010 1110110 101010 0 10011 101011 10011001 11011 101101

Color Harmonies of #549276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549276

Black with #549276

Text Example


Text Example

White with #549276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549276; }

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

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

background-color css

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

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

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

border-color css

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

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

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