Html Css Color HEX #549375 Cutty Sark

📋 copy color: '#549375'

red 84 ◦ green 147 ◦ blue 117

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

Shades of Cutty Sark #549375

Tints of Cutty Sark #549375

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.24%

 BLUE value IS 117 (46.09% from 255) = 33.62%

R = 24.14%
G = 42.24%
B = 33.62%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#549375 (or 0x549375) is known color: Cutty Sark. HEX triplet: 54, 93 and 75. RGB value is (84,147,117). Sum of RGB (Red+Green+Blue) = 84+147+117=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 147 - color contains mainly: green. Hex color #549375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549375 is #AB6C8A. Grayscale: #7C7C7C. Windows color (decimal): -11234443 or 7705428. OLE color: 7705428.

HSL color Cylindrical-coordinate representation of color #549375: hue angle of 151.43º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #549375 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 147 117 -
CMYK 0.43 0 0.20 0.42
HSL 151.43º 0.27% 0.45% -
HSV(B) 151.43º 0.43% 0.58% -
XYZ 17.3 24.04 20.56 -
YUV 124.74 123.63 98.94 -
System Red Green Blue C M Y K H S L
Decimal 84 147 117 0.43 0 0.20 0.42 151.43 0.27 0.45
Hex 54 93 75 2B 0 14 2A 97 1B 2D
Octal 124 223 165 53 0 24 52 227 33 55
Binary 1010100 10010011 1110101 101011 0 10100 101010 10010111 11011 101101

Color Harmonies of #549375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549375

Black with #549375

Text Example


Text Example

White with #549375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549375; }

 p { color: rgb(84,147,117); }

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

background-color css

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

 a { background-color: rgb(84,147,117); }

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

border-color css

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

 span { border-color: rgb(84,147,117); }

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