Html Css Color HEX #549372 Cutty Sark

📋 copy color: '#549372'

red 84 ◦ green 147 ◦ blue 114

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

Shades of Cutty Sark #549372

Tints of Cutty Sark #549372

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.61%

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

R = 24.35%
G = 42.61%
B = 33.04%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#549372 (or 0x549372) is known color: Cutty Sark. HEX triplet: 54, 93 and 72. RGB value is (84,147,114). Sum of RGB (Red+Green+Blue) = 84+147+114=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 147 - color contains mainly: green. Hex color #549372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549372 is #AB6C8D. Grayscale: #7C7C7C. Windows color (decimal): -11234446 or 7508820. OLE color: 7508820.

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

Color convert

RGB 84 147 114 -
CMYK 0.43 0 0.22 0.42
HSL 148.57º 0.27% 0.45% -
HSV(B) 148.57º 0.43% 0.58% -
XYZ 17.13 23.97 19.64 -
YUV 124.4 122.13 99.18 -
System Red Green Blue C M Y K H S L
Decimal 84 147 114 0.43 0 0.22 0.42 148.57 0.27 0.45
Hex 54 93 72 2B 0 16 2A 95 1B 2D
Octal 124 223 162 53 0 26 52 225 33 55
Binary 1010100 10010011 1110010 101011 0 10110 101010 10010101 11011 101101

Color Harmonies of #549372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549372

Black with #549372

Text Example


Text Example

White with #549372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549372; }

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

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

background-color css

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

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

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

border-color css

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

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

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