Html Css Color HEX #548872 Cutty Sark

📋 copy color: '#548872'

red 84 ◦ green 136 ◦ blue 114

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

Shades of Cutty Sark #548872

Tints of Cutty Sark #548872

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.72%

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

R = 25.15%
G = 40.72%
B = 34.13%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#548872 (or 0x548872) is known color: Cutty Sark. HEX triplet: 54, 88 and 72. RGB value is (84,136,114). Sum of RGB (Red+Green+Blue) = 84+136+114=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 136 - color contains mainly: green. Hex color #548872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548872 is #AB778D. Grayscale: #757575. Windows color (decimal): -11237262 or 7506004. OLE color: 7506004.

HSL color Cylindrical-coordinate representation of color #548872: hue angle of 154.62º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #548872 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 136 114 -
CMYK 0.38 0 0.16 0.47
HSL 154.62º 0.24% 0.43% -
HSV(B) 154.62º 0.38% 0.53% -
XYZ 15.5 20.71 19.1 -
YUV 117.94 125.77 103.79 -
System Red Green Blue C M Y K H S L
Decimal 84 136 114 0.38 0 0.16 0.47 154.62 0.24 0.43
Hex 54 88 72 26 0 10 2F 9B 18 2B
Octal 124 210 162 46 0 20 57 233 30 53
Binary 1010100 10001000 1110010 100110 0 10000 101111 10011011 11000 101011

Color Harmonies of #548872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548872

Black with #548872

Text Example


Text Example

White with #548872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548872; }

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

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

background-color css

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

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

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

border-color css

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

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

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