Html Css Color HEX #598C72 Cutty Sark

📋 copy color: '#598C72'

red 89 ◦ green 140 ◦ blue 114

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

Shades of Cutty Sark #598C72

Tints of Cutty Sark #598C72

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.82%

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

R = 25.95%
G = 40.82%
B = 33.24%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#598C72 (or 0x598C72) is known color: Cutty Sark. HEX triplet: 59, 8C and 72. RGB value is (89,140,114). Sum of RGB (Red+Green+Blue) = 89+140+114=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 140 (55.08% from 255 or 40.82% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 140 - color contains mainly: green. Hex color #598C72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #598C72 is #A6738D. Grayscale: #797979. Windows color (decimal): -10908558 or 7507033. OLE color: 7507033.

HSL color Cylindrical-coordinate representation of color #598C72: hue angle of 149.41º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #598C72 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 140 114 -
CMYK 0.36 0 0.19 0.45
HSL 149.41º 0.22% 0.45% -
HSV(B) 149.41º 0.36% 0.55% -
XYZ 16.54 22.09 19.31 -
YUV 121.79 123.6 104.61 -
System Red Green Blue C M Y K H S L
Decimal 89 140 114 0.36 0 0.19 0.45 149.41 0.22 0.45
Hex 59 8C 72 24 0 13 2D 95 16 2D
Octal 131 214 162 44 0 23 55 225 26 55
Binary 1011001 10001100 1110010 100100 0 10011 101101 10010101 10110 101101

Color Harmonies of #598C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598C72

Black with #598C72

Text Example


Text Example

White with #598C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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