Html Css Color HEX #599474 Cutty Sark

📋 copy color: '#599474'

red 89 ◦ green 148 ◦ blue 116

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

Shades of Cutty Sark #599474

Tints of Cutty Sark #599474

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.93%

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

R = 25.21%
G = 41.93%
B = 32.86%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#599474 (or 0x599474) is known color: Cutty Sark. HEX triplet: 59, 94 and 74. RGB value is (89,148,116). Sum of RGB (Red+Green+Blue) = 89+148+116=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 148 - color contains mainly: green. Hex color #599474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599474 is #A66B8B. Grayscale: #7E7E7E. Windows color (decimal): -10906508 or 7640153. OLE color: 7640153.

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

Color convert

RGB 89 148 116 -
CMYK 0.40 0 0.22 0.42
HSL 147.46º 0.25% 0.46% -
HSV(B) 147.46º 0.4% 0.58% -
XYZ 17.86 24.56 20.32 -
YUV 126.71 121.95 101.1 -
System Red Green Blue C M Y K H S L
Decimal 89 148 116 0.40 0 0.22 0.42 147.46 0.25 0.46
Hex 59 94 74 28 0 16 2A 93 19 2E
Octal 131 224 164 50 0 26 52 223 31 56
Binary 1011001 10010100 1110100 101000 0 10110 101010 10010011 11001 101110

Color Harmonies of #599474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599474

Black with #599474

Text Example


Text Example

White with #599474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599474; }

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

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

background-color css

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

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

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

border-color css

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

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

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