Html Css Color HEX #529375 Cutty Sark

📋 copy color: '#529375'

red 82 ◦ green 147 ◦ blue 117

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

Shades of Cutty Sark #529375

Tints of Cutty Sark #529375

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.49%

 BLUE value IS 117 (46.09% from 255) = 33.82%

R = 23.7%
G = 42.49%
B = 33.82%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#529375 (or 0x529375) is known color: Cutty Sark. HEX triplet: 52, 93 and 75. RGB value is (82,147,117). Sum of RGB (Red+Green+Blue) = 82+147+117=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 147 - color contains mainly: green. Hex color #529375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529375 is #AD6C8A. Grayscale: #7C7C7C. Windows color (decimal): -11365515 or 7705426. OLE color: 7705426.

HSL color Cylindrical-coordinate representation of color #529375: hue angle of 152.31º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #529375 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 147 117 -
CMYK 0.44 0 0.20 0.42
HSL 152.31º 0.28% 0.45% -
HSV(B) 152.31º 0.44% 0.58% -
XYZ 17.12 23.95 20.55 -
YUV 124.15 123.97 97.94 -
System Red Green Blue C M Y K H S L
Decimal 82 147 117 0.44 0 0.20 0.42 152.31 0.28 0.45
Hex 52 93 75 2C 0 14 2A 98 1C 2D
Octal 122 223 165 54 0 24 52 230 34 55
Binary 1010010 10010011 1110101 101100 0 10100 101010 10011000 11100 101101

Color Harmonies of #529375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529375

Black with #529375

Text Example


Text Example

White with #529375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529375; }

 p { color: rgb(82,147,117); }

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

background-color css

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

 a { background-color: rgb(82,147,117); }

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

border-color css

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

 span { border-color: rgb(82,147,117); }

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