Html Css Color HEX #548C6A Cutty Sark

📋 copy color: '#548C6A'

red 84 ◦ green 140 ◦ blue 106

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

Shades of Cutty Sark #548C6A

Tints of Cutty Sark #548C6A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.42%

 BLUE value IS 106 (41.8% from 255) = 32.12%

R = 25.45%
G = 42.42%
B = 32.12%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#548C6A (or 0x548C6A) is known color: Cutty Sark. HEX triplet: 54, 8C and 6A. RGB value is (84,140,106). Sum of RGB (Red+Green+Blue) = 84+140+106=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 140 (55.08% from 255 or 42.42% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 140 - color contains mainly: green. Hex color #548C6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548C6A is #AB7395. Grayscale: #777777. Windows color (decimal): -11236246 or 6982740. OLE color: 6982740.

HSL color Cylindrical-coordinate representation of color #548C6A: hue angle of 143.57º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #548C6A is Cyan = 0.4, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 140 106 -
CMYK 0.4 0 0.24 0.45
HSL 143.57º 0.25% 0.44% -
HSV(B) 143.57º 0.4% 0.55% -
XYZ 15.64 21.68 17 -
YUV 119.38 120.45 102.76 -
System Red Green Blue C M Y K H S L
Decimal 84 140 106 0.4 0 0.24 0.45 143.57 0.25 0.44
Hex 54 8C 6A 28 0 18 2D 90 19 2C
Octal 124 214 152 50 0 30 55 220 31 54
Binary 1010100 10001100 1101010 101000 0 11000 101101 10010000 11001 101100

Color Harmonies of #548C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548C6A

Black with #548C6A

Text Example


Text Example

White with #548C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548C6A; }

 p { color: rgb(84,140,106); }

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

background-color css

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

 a { background-color: rgb(84,140,106); }

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

border-color css

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

 span { border-color: rgb(84,140,106); }

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