Html Css Color HEX #599374 Cutty Sark

📋 copy color: '#599374'

red 89 ◦ green 147 ◦ blue 116

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

Shades of Cutty Sark #599374

Tints of Cutty Sark #599374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.95%

R = 25.28%
G = 41.76%
B = 32.95%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#599374 (or 0x599374) is known color: Cutty Sark. HEX triplet: 59, 93 and 74. RGB value is (89,147,116). Sum of RGB (Red+Green+Blue) = 89+147+116=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 147 - color contains mainly: green. Hex color #599374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599374 is #A66C8B. Grayscale: #7E7E7E. Windows color (decimal): -10906764 or 7639897. OLE color: 7639897.

HSL color Cylindrical-coordinate representation of color #599374: hue angle of 147.93º 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 #599374 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 147 116 -
CMYK 0.39 0 0.21 0.42
HSL 147.93º 0.25% 0.46% -
HSV(B) 147.93º 0.39% 0.58% -
XYZ 17.71 24.25 20.27 -
YUV 126.12 122.28 101.52 -
System Red Green Blue C M Y K H S L
Decimal 89 147 116 0.39 0 0.21 0.42 147.93 0.25 0.46
Hex 59 93 74 27 0 15 2A 94 19 2E
Octal 131 223 164 47 0 25 52 224 31 56
Binary 1011001 10010011 1110100 100111 0 10101 101010 10010100 11001 101110

Color Harmonies of #599374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599374

Black with #599374

Text Example


Text Example

White with #599374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599374; }

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

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

background-color css

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

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

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

border-color css

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

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

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