Html Css Color HEX #529F75 Ocean Green

📋 copy color: '#529F75'

red 82 ◦ green 159 ◦ blue 117

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

Shades of Ocean Green #529F75

Tints of Ocean Green #529F75

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.41%

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

R = 22.91%
G = 44.41%
B = 32.68%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#529F75 (or 0x529F75) is known color: Ocean Green. HEX triplet: 52, 9F and 75. RGB value is (82,159,117). Sum of RGB (Red+Green+Blue) = 82+159+117=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 159 (62.5% from 255 or 44.41% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 159 - color contains mainly: green. Hex color #529F75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529F75 is #AD608A. Grayscale: #838383. Windows color (decimal): -11362443 or 7708498. OLE color: 7708498.

HSL color Cylindrical-coordinate representation of color #529F75: hue angle of 147.27º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #529F75 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 159 117 -
CMYK 0.48 0 0.26 0.38
HSL 147.27º 0.32% 0.47% -
HSV(B) 147.27º 0.48% 0.62% -
XYZ 19.09 27.87 21.2 -
YUV 131.19 119.99 92.92 -
System Red Green Blue C M Y K H S L
Decimal 82 159 117 0.48 0 0.26 0.38 147.27 0.32 0.47
Hex 52 9F 75 30 0 1A 26 93 20 2F
Octal 122 237 165 60 0 32 46 223 40 57
Binary 1010010 10011111 1110101 110000 0 11010 100110 10010011 100000 101111

Color Harmonies of #529F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529F75

Black with #529F75

Text Example


Text Example

White with #529F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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