Html Css Color HEX #549072 Cutty Sark

📋 copy color: '#549072'

red 84 ◦ green 144 ◦ blue 114

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

Shades of Cutty Sark #549072

Tints of Cutty Sark #549072

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.11%

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

R = 24.56%
G = 42.11%
B = 33.33%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#549072 (or 0x549072) is known color: Cutty Sark. HEX triplet: 54, 90 and 72. RGB value is (84,144,114). Sum of RGB (Red+Green+Blue) = 84+144+114=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 144 - color contains mainly: green. Hex color #549072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549072 is #AB6F8D. Grayscale: #7A7A7A. Windows color (decimal): -11235214 or 7508052. OLE color: 7508052.

HSL color Cylindrical-coordinate representation of color #549072: hue angle of 150º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #549072 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 84 144 114 -
CMYK 0.42 0 0.21 0.44
HSL 150º 0.26% 0.45% -
HSV(B) 150º 0.42% 0.56% -
XYZ 16.67 23.05 19.49 -
YUV 122.64 123.12 100.44 -
System Red Green Blue C M Y K H S L
Decimal 84 144 114 0.42 0 0.21 0.44 150 0.26 0.45
Hex 54 90 72 2A 0 15 2C 96 1A 2D
Octal 124 220 162 52 0 25 54 226 32 55
Binary 1010100 10010000 1110010 101010 0 10101 101100 10010110 11010 101101

Color Harmonies of #549072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549072

Black with #549072

Text Example


Text Example

White with #549072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549072; }

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

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

background-color css

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

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

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

border-color css

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

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

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