Html Css Color HEX #529575 Ocean Green

📋 copy color: '#529575'

red 82 ◦ green 149 ◦ blue 117

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

Shades of Ocean Green #529575

Tints of Ocean Green #529575

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.82%

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

R = 23.56%
G = 42.82%
B = 33.62%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#529575 (or 0x529575) is known color: Ocean Green. HEX triplet: 52, 95 and 75. RGB value is (82,149,117). Sum of RGB (Red+Green+Blue) = 82+149+117=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 149 - color contains mainly: green. Hex color #529575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529575 is #AD6A8A. Grayscale: #7D7D7D. Windows color (decimal): -11365003 or 7705938. OLE color: 7705938.

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

Color convert

RGB 82 149 117 -
CMYK 0.45 0 0.21 0.42
HSL 151.34º 0.29% 0.45% -
HSV(B) 151.34º 0.45% 0.58% -
XYZ 17.44 24.57 20.65 -
YUV 125.32 123.3 97.1 -
System Red Green Blue C M Y K H S L
Decimal 82 149 117 0.45 0 0.21 0.42 151.34 0.29 0.45
Hex 52 95 75 2D 0 15 2A 97 1D 2D
Octal 122 225 165 55 0 25 52 227 35 55
Binary 1010010 10010101 1110101 101101 0 10101 101010 10010111 11101 101101

Color Harmonies of #529575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529575

Black with #529575

Text Example


Text Example

White with #529575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529575; }

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

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

background-color css

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

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

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

border-color css

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

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

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