Html Css Color HEX #548C6D Cutty Sark

📋 copy color: '#548C6D'

red 84 ◦ green 140 ◦ blue 109

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

Shades of Cutty Sark #548C6D

Tints of Cutty Sark #548C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.73%

R = 25.23%
G = 42.04%
B = 32.73%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#548C6D (or 0x548C6D) is known color: Cutty Sark. HEX triplet: 54, 8C and 6D. RGB value is (84,140,109). Sum of RGB (Red+Green+Blue) = 84+140+109=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 140 - color contains mainly: green. Hex color #548C6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548C6D is #AB7392. Grayscale: #777777. Windows color (decimal): -11236243 or 7179348. OLE color: 7179348.

HSL color Cylindrical-coordinate representation of color #548C6D: hue angle of 146.79º 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 #548C6D is Cyan = 0.4, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 140 109 -
CMYK 0.4 0 0.22 0.45
HSL 146.79º 0.25% 0.44% -
HSV(B) 146.79º 0.4% 0.55% -
XYZ 15.79 21.75 17.83 -
YUV 119.72 121.95 102.52 -
System Red Green Blue C M Y K H S L
Decimal 84 140 109 0.4 0 0.22 0.45 146.79 0.25 0.44
Hex 54 8C 6D 28 0 16 2D 93 19 2C
Octal 124 214 155 50 0 26 55 223 31 54
Binary 1010100 10001100 1101101 101000 0 10110 101101 10010011 11001 101100

Color Harmonies of #548C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548C6D

Black with #548C6D

Text Example


Text Example

White with #548C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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