Html Css Color HEX #528370 Cutty Sark

📋 copy color: '#528370'

red 82 ◦ green 131 ◦ blue 112

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

Shades of Cutty Sark #528370

Tints of Cutty Sark #528370

RGB

 RED value IS 82 (32.42% from 255) = 25.23%

 GREEN value IS 131 (51.56% from 255) = 40.31%

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

R = 25.23%
G = 40.31%
B = 34.46%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#528370 (or 0x528370) is known color: Cutty Sark. HEX triplet: 52, 83 and 70. RGB value is (82,131,112). Sum of RGB (Red+Green+Blue) = 82+131+112=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 131 - color contains mainly: green. Hex color #528370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528370 is #AD7C8F. Grayscale: #727272. Windows color (decimal): -11369616 or 7373650. OLE color: 7373650.

HSL color Cylindrical-coordinate representation of color #528370: hue angle of 156.73º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #528370 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 131 112 -
CMYK 0.37 0 0.15 0.49
HSL 156.73º 0.23% 0.42% -
HSV(B) 156.73º 0.37% 0.51% -
XYZ 14.52 19.2 18.27 -
YUV 114.18 126.77 105.04 -
System Red Green Blue C M Y K H S L
Decimal 82 131 112 0.37 0 0.15 0.49 156.73 0.23 0.42
Hex 52 83 70 25 0 F 31 9D 17 2A
Octal 122 203 160 45 0 17 61 235 27 52
Binary 1010010 10000011 1110000 100101 0 1111 110001 10011101 10111 101010

Color Harmonies of #528370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528370

Black with #528370

Text Example


Text Example

White with #528370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528370; }

 p { color: rgb(82,131,112); }

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

background-color css

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

 a { background-color: rgb(82,131,112); }

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

border-color css

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

 span { border-color: rgb(82,131,112); }

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