Html Css Color HEX #599270 Cutty Sark

📋 copy color: '#599270'

red 89 ◦ green 146 ◦ blue 112

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

Shades of Cutty Sark #599270

Tints of Cutty Sark #599270

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.07%

 BLUE value IS 112 (44.14% from 255) = 32.28%

R = 25.65%
G = 42.07%
B = 32.28%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#599270 (or 0x599270) is known color: Cutty Sark. HEX triplet: 59, 92 and 70. RGB value is (89,146,112). Sum of RGB (Red+Green+Blue) = 89+146+112=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 146 - color contains mainly: green. Hex color #599270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599270 is #A66D8F. Grayscale: #7D7D7D. Windows color (decimal): -10907024 or 7377497. OLE color: 7377497.

HSL color Cylindrical-coordinate representation of color #599270: hue angle of 144.21º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #599270 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 146 112 -
CMYK 0.39 0 0.23 0.43
HSL 144.21º 0.24% 0.46% -
HSV(B) 144.21º 0.39% 0.57% -
XYZ 17.32 23.85 19.02 -
YUV 125.08 120.62 102.26 -
System Red Green Blue C M Y K H S L
Decimal 89 146 112 0.39 0 0.23 0.43 144.21 0.24 0.46
Hex 59 92 70 27 0 17 2B 90 18 2E
Octal 131 222 160 47 0 27 53 220 30 56
Binary 1011001 10010010 1110000 100111 0 10111 101011 10010000 11000 101110

Color Harmonies of #599270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599270

Black with #599270

Text Example


Text Example

White with #599270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599270; }

 p { color: rgb(89,146,112); }

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

background-color css

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

 a { background-color: rgb(89,146,112); }

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

border-color css

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

 span { border-color: rgb(89,146,112); }

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