Html Css Color HEX #549270 Cutty Sark

📋 copy color: '#549270'

red 84 ◦ green 146 ◦ blue 112

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

Shades of Cutty Sark #549270

Tints of Cutty Sark #549270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.75%

R = 24.56%
G = 42.69%
B = 32.75%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#549270 (or 0x549270) is known color: Cutty Sark. HEX triplet: 54, 92 and 70. RGB value is (84,146,112). Sum of RGB (Red+Green+Blue) = 84+146+112=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 146 - color contains mainly: green. Hex color #549270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549270 is #AB6D8F. Grayscale: #7B7B7B. Windows color (decimal): -11234704 or 7377492. OLE color: 7377492.

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

Color convert

RGB 84 146 112 -
CMYK 0.42 0 0.23 0.43
HSL 147.1º 0.27% 0.45% -
HSV(B) 147.1º 0.42% 0.57% -
XYZ 16.86 23.61 19 -
YUV 123.59 121.46 99.76 -
System Red Green Blue C M Y K H S L
Decimal 84 146 112 0.42 0 0.23 0.43 147.1 0.27 0.45
Hex 54 92 70 2A 0 17 2B 93 1B 2D
Octal 124 222 160 52 0 27 53 223 33 55
Binary 1010100 10010010 1110000 101010 0 10111 101011 10010011 11011 101101

Color Harmonies of #549270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549270

Black with #549270

Text Example


Text Example

White with #549270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549270; }

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

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

background-color css

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

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

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

border-color css

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

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

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