Html Css Color HEX #599272 Cutty Sark

📋 copy color: '#599272'

red 89 ◦ green 146 ◦ blue 114

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

Shades of Cutty Sark #599272

Tints of Cutty Sark #599272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.66%

R = 25.5%
G = 41.83%
B = 32.66%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#599272 (or 0x599272) is known color: Cutty Sark. HEX triplet: 59, 92 and 72. RGB value is (89,146,114). Sum of RGB (Red+Green+Blue) = 89+146+114=349 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.50% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 146 - color contains mainly: green. Hex color #599272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599272 is #A66D8D. Grayscale: #7D7D7D. Windows color (decimal): -10907022 or 7508569. OLE color: 7508569.

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

Color convert

RGB 89 146 114 -
CMYK 0.39 0 0.22 0.43
HSL 146.32º 0.24% 0.46% -
HSV(B) 146.32º 0.39% 0.57% -
XYZ 17.44 23.9 19.61 -
YUV 125.31 121.62 102.1 -
System Red Green Blue C M Y K H S L
Decimal 89 146 114 0.39 0 0.22 0.43 146.32 0.24 0.46
Hex 59 92 72 27 0 16 2B 92 18 2E
Octal 131 222 162 47 0 26 53 222 30 56
Binary 1011001 10010010 1110010 100111 0 10110 101011 10010010 11000 101110

Color Harmonies of #599272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599272

Black with #599272

Text Example


Text Example

White with #599272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599272; }

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

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

background-color css

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

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

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

border-color css

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

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

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