Html Css Color HEX #599375 Cutty Sark

📋 copy color: '#599375'

red 89 ◦ green 147 ◦ blue 117

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

Shades of Cutty Sark #599375

Tints of Cutty Sark #599375

RGB

 RED value IS 89 (35.16% from 255) = 25.21%

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

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

R = 25.21%
G = 41.64%
B = 33.14%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#599375 (or 0x599375) is known color: Cutty Sark. HEX triplet: 59, 93 and 75. RGB value is (89,147,117). Sum of RGB (Red+Green+Blue) = 89+147+117=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 147 - color contains mainly: green. Hex color #599375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599375 is #A66C8A. Grayscale: #7E7E7E. Windows color (decimal): -10906763 or 7705433. OLE color: 7705433.

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

Color convert

RGB 89 147 117 -
CMYK 0.39 0 0.20 0.42
HSL 148.97º 0.25% 0.46% -
HSV(B) 148.97º 0.39% 0.58% -
XYZ 17.76 24.28 20.58 -
YUV 126.24 122.78 101.44 -
System Red Green Blue C M Y K H S L
Decimal 89 147 117 0.39 0 0.20 0.42 148.97 0.25 0.46
Hex 59 93 75 27 0 14 2A 95 19 2E
Octal 131 223 165 47 0 24 52 225 31 56
Binary 1011001 10010011 1110101 100111 0 10100 101010 10010101 11001 101110

Color Harmonies of #599375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599375

Black with #599375

Text Example


Text Example

White with #599375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599375; }

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

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

background-color css

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

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

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

border-color css

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

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

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