Html Css Color HEX #529875 Ocean Green

📋 copy color: '#529875'

red 82 ◦ green 152 ◦ blue 117

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

Shades of Ocean Green #529875

Tints of Ocean Green #529875

RGB

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

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

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

R = 23.36%
G = 43.3%
B = 33.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#529875 (or 0x529875) is known color: Ocean Green. HEX triplet: 52, 98 and 75. RGB value is (82,152,117). Sum of RGB (Red+Green+Blue) = 82+152+117=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 152 - color contains mainly: green. Hex color #529875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529875 is #AD678A. Grayscale: #7F7F7F. Windows color (decimal): -11364235 or 7706706. OLE color: 7706706.

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

Color convert

RGB 82 152 117 -
CMYK 0.46 0 0.23 0.40
HSL 150º 0.3% 0.46% -
HSV(B) 150º 0.46% 0.6% -
XYZ 17.92 25.53 20.81 -
YUV 127.08 122.31 95.85 -
System Red Green Blue C M Y K H S L
Decimal 82 152 117 0.46 0 0.23 0.40 150 0.3 0.46
Hex 52 98 75 2E 0 17 28 96 1E 2E
Octal 122 230 165 56 0 27 50 226 36 56
Binary 1010010 10011000 1110101 101110 0 10111 101000 10010110 11110 101110

Color Harmonies of #529875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529875

Black with #529875

Text Example


Text Example

White with #529875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529875; }

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

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

background-color css

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

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

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

border-color css

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

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

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