Html Css Color HEX #529B79 Ocean Green

📋 copy color: '#529B79'

red 82 ◦ green 155 ◦ blue 121

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

Shades of Ocean Green #529B79

Tints of Ocean Green #529B79

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.3%

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

R = 22.91%
G = 43.3%
B = 33.8%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#529B79 (or 0x529B79) is known color: Ocean Green. HEX triplet: 52, 9B and 79. RGB value is (82,155,121). Sum of RGB (Red+Green+Blue) = 82+155+121=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 155 - color contains mainly: green. Hex color #529B79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529B79 is #AD6486. Grayscale: #818181. Windows color (decimal): -11363463 or 7969618. OLE color: 7969618.

HSL color Cylindrical-coordinate representation of color #529B79: hue angle of 152.05º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529B79 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 155 121 -
CMYK 0.47 0 0.22 0.39
HSL 152.05º 0.31% 0.46% -
HSV(B) 152.05º 0.47% 0.61% -
XYZ 18.65 26.62 22.24 -
YUV 129.3 123.32 94.26 -
System Red Green Blue C M Y K H S L
Decimal 82 155 121 0.47 0 0.22 0.39 152.05 0.31 0.46
Hex 52 9B 79 2F 0 16 27 98 1F 2E
Octal 122 233 171 57 0 26 47 230 37 56
Binary 1010010 10011011 1111001 101111 0 10110 100111 10011000 11111 101110

Color Harmonies of #529B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529B79

Black with #529B79

Text Example


Text Example

White with #529B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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