Html Css Color HEX #548670 Cutty Sark

📋 copy color: '#548670'

red 84 ◦ green 134 ◦ blue 112

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

Shades of Cutty Sark #548670

Tints of Cutty Sark #548670

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.61%

 BLUE value IS 112 (44.14% from 255) = 33.94%

R = 25.45%
G = 40.61%
B = 33.94%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#548670 (or 0x548670) is known color: Cutty Sark. HEX triplet: 54, 86 and 70. RGB value is (84,134,112). Sum of RGB (Red+Green+Blue) = 84+134+112=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 134 - color contains mainly: green. Hex color #548670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548670 is #AB798F. Grayscale: #747474. Windows color (decimal): -11237776 or 7374420. OLE color: 7374420.

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

Color convert

RGB 84 134 112 -
CMYK 0.37 0 0.16 0.47
HSL 153.6º 0.23% 0.43% -
HSV(B) 153.6º 0.37% 0.53% -
XYZ 15.11 20.1 18.41 -
YUV 116.54 125.44 104.79 -
System Red Green Blue C M Y K H S L
Decimal 84 134 112 0.37 0 0.16 0.47 153.6 0.23 0.43
Hex 54 86 70 25 0 10 2F 9A 17 2B
Octal 124 206 160 45 0 20 57 232 27 53
Binary 1010100 10000110 1110000 100101 0 10000 101111 10011010 10111 101011

Color Harmonies of #548670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548670

Black with #548670

Text Example


Text Example

White with #548670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548670; }

 p { color: rgb(84,134,112); }

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

background-color css

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

 a { background-color: rgb(84,134,112); }

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

border-color css

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

 span { border-color: rgb(84,134,112); }

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