Html Css Color HEX #548772 Cutty Sark

📋 copy color: '#548772'

red 84 ◦ green 135 ◦ blue 114

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

Shades of Cutty Sark #548772

Tints of Cutty Sark #548772

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.54%

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

R = 25.23%
G = 40.54%
B = 34.23%

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

#548772 (or 0x548772) is known color: Cutty Sark. HEX triplet: 54, 87 and 72. RGB value is (84,135,114). Sum of RGB (Red+Green+Blue) = 84+135+114=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 135 - color contains mainly: green. Hex color #548772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548772 is #AB788D. Grayscale: #757575. Windows color (decimal): -11237518 or 7505748. OLE color: 7505748.

HSL color Cylindrical-coordinate representation of color #548772: hue angle of 155.29º degrees, saturation: 0.23, 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 #548772 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 135 114 -
CMYK 0.38 0 0.16 0.47
HSL 155.29º 0.23% 0.43% -
HSV(B) 155.29º 0.38% 0.53% -
XYZ 15.36 20.43 19.05 -
YUV 117.36 126.1 104.21 -
System Red Green Blue C M Y K H S L
Decimal 84 135 114 0.38 0 0.16 0.47 155.29 0.23 0.43
Hex 54 87 72 26 0 10 2F 9B 17 2B
Octal 124 207 162 46 0 20 57 233 27 53
Binary 1010100 10000111 1110010 100110 0 10000 101111 10011011 10111 101011

Color Harmonies of #548772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548772

Black with #548772

Text Example


Text Example

White with #548772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548772; }

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

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

background-color css

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

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

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

border-color css

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

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

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