Html Css Color HEX #529977 Ocean Green

📋 copy color: '#529977'

red 82 ◦ green 153 ◦ blue 119

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

Shades of Ocean Green #529977

Tints of Ocean Green #529977

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.22%

 BLUE value IS 119 (46.88% from 255) = 33.62%

R = 23.16%
G = 43.22%
B = 33.62%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#529977 (or 0x529977) is known color: Ocean Green. HEX triplet: 52, 99 and 77. RGB value is (82,153,119). Sum of RGB (Red+Green+Blue) = 82+153+119=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 153 - color contains mainly: green. Hex color #529977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529977 is #AD6688. Grayscale: #7F7F7F. Windows color (decimal): -11363977 or 7838034. OLE color: 7838034.

HSL color Cylindrical-coordinate representation of color #529977: hue angle of 151.27º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529977 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 153 119 -
CMYK 0.46 0 0.22 0.4
HSL 151.27º 0.3% 0.46% -
HSV(B) 151.27º 0.46% 0.6% -
XYZ 18.2 25.91 21.49 -
YUV 127.9 122.98 95.26 -
System Red Green Blue C M Y K H S L
Decimal 82 153 119 0.46 0 0.22 0.4 151.27 0.3 0.46
Hex 52 99 77 2E 0 16 28 97 1E 2E
Octal 122 231 167 56 0 26 50 227 36 56
Binary 1010010 10011001 1110111 101110 0 10110 101000 10010111 11110 101110

Color Harmonies of #529977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529977

Black with #529977

Text Example


Text Example

White with #529977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529977; }

 p { color: rgb(82,153,119); }

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

background-color css

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

 a { background-color: rgb(82,153,119); }

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

border-color css

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

 span { border-color: rgb(82,153,119); }

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