Html Css Color HEX #529D79 Ocean Green

📋 copy color: '#529D79'

red 82 ◦ green 157 ◦ blue 121

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

Shades of Ocean Green #529D79

Tints of Ocean Green #529D79

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.61%

 BLUE value IS 121 (47.66% from 255) = 33.61%

R = 22.78%
G = 43.61%
B = 33.61%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#529D79 (or 0x529D79) is known color: Ocean Green. HEX triplet: 52, 9D and 79. RGB value is (82,157,121). Sum of RGB (Red+Green+Blue) = 82+157+121=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 157 - color contains mainly: green. Hex color #529D79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529D79 is #AD6286. Grayscale: #828282. Windows color (decimal): -11362951 or 7970130. OLE color: 7970130.

HSL color Cylindrical-coordinate representation of color #529D79: hue angle of 151.2º degrees, saturation: 0.31, 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 #529D79 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 157 121 -
CMYK 0.48 0 0.23 0.38
HSL 151.2º 0.31% 0.47% -
HSV(B) 151.2º 0.48% 0.62% -
XYZ 18.99 27.29 22.36 -
YUV 130.47 122.65 93.43 -
System Red Green Blue C M Y K H S L
Decimal 82 157 121 0.48 0 0.23 0.38 151.2 0.31 0.47
Hex 52 9D 79 30 0 17 26 97 1F 2F
Octal 122 235 171 60 0 27 46 227 37 57
Binary 1010010 10011101 1111001 110000 0 10111 100110 10010111 11111 101111

Color Harmonies of #529D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529D79

Black with #529D79

Text Example


Text Example

White with #529D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,157,121); }

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

background-color css

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

 a { background-color: rgb(82,157,121); }

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

border-color css

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

 span { border-color: rgb(82,157,121); }

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