Html Css Color HEX #548276 Cutty Sark

📋 copy color: '#548276'

red 84 ◦ green 130 ◦ blue 118

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

Shades of Cutty Sark #548276

Tints of Cutty Sark #548276

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.16%

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

R = 25.3%
G = 39.16%
B = 35.54%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#548276 (or 0x548276) is known color: Cutty Sark. HEX triplet: 54, 82 and 76. RGB value is (84,130,118). Sum of RGB (Red+Green+Blue) = 84+130+118=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 130 - color contains mainly: green. Hex color #548276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548276 is #AB7D89. Grayscale: #727272. Windows color (decimal): -11238794 or 7766612. OLE color: 7766612.

HSL color Cylindrical-coordinate representation of color #548276: hue angle of 164.35º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #548276 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 84 130 118 -
CMYK 0.35 0 0.09 0.49
HSL 164.35º 0.21% 0.42% -
HSV(B) 164.35º 0.35% 0.51% -
XYZ 14.91 19.16 20.05 -
YUV 114.88 129.76 105.98 -
System Red Green Blue C M Y K H S L
Decimal 84 130 118 0.35 0 0.09 0.49 164.35 0.21 0.42
Hex 54 82 76 23 0 9 31 A4 15 2A
Octal 124 202 166 43 0 11 61 244 25 52
Binary 1010100 10000010 1110110 100011 0 1001 110001 10100100 10101 101010

Color Harmonies of #548276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548276

Black with #548276

Text Example


Text Example

White with #548276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548276; }

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

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

background-color css

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

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

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

border-color css

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

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

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