Html Css Color HEX #529877 Ocean Green

📋 copy color: '#529877'

red 82 ◦ green 152 ◦ blue 119

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

Shades of Ocean Green #529877

Tints of Ocean Green #529877

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.06%

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

R = 23.23%
G = 43.06%
B = 33.71%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#529877 (or 0x529877) is known color: Ocean Green. HEX triplet: 52, 98 and 77. RGB value is (82,152,119). Sum of RGB (Red+Green+Blue) = 82+152+119=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 152 - color contains mainly: green. Hex color #529877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529877 is #AD6788. Grayscale: #7F7F7F. Windows color (decimal): -11364233 or 7837778. OLE color: 7837778.

HSL color Cylindrical-coordinate representation of color #529877: hue angle of 151.71º 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 #529877 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 152 119 -
CMYK 0.46 0 0.22 0.40
HSL 151.71º 0.3% 0.46% -
HSV(B) 151.71º 0.46% 0.6% -
XYZ 18.04 25.58 21.44 -
YUV 127.31 123.31 95.68 -
System Red Green Blue C M Y K H S L
Decimal 82 152 119 0.46 0 0.22 0.40 151.71 0.3 0.46
Hex 52 98 77 2E 0 16 28 98 1E 2E
Octal 122 230 167 56 0 26 50 230 36 56
Binary 1010010 10011000 1110111 101110 0 10110 101000 10011000 11110 101110

Color Harmonies of #529877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529877

Black with #529877

Text Example


Text Example

White with #529877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529877; }

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

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

background-color css

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

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

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

border-color css

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

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

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