Html Css Color HEX #529874 Ocean Green

📋 copy color: '#529874'

red 82 ◦ green 152 ◦ blue 116

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

Shades of Ocean Green #529874

Tints of Ocean Green #529874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.14%

R = 23.43%
G = 43.43%
B = 33.14%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#529874 (or 0x529874) is known color: Ocean Green. HEX triplet: 52, 98 and 74. RGB value is (82,152,116). Sum of RGB (Red+Green+Blue) = 82+152+116=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 152 (59.77% from 255 or 43.43% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 152 - color contains mainly: green. Hex color #529874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529874 is #AD678B. Grayscale: #7F7F7F. Windows color (decimal): -11364236 or 7641170. OLE color: 7641170.

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

Color convert

RGB 82 152 116 -
CMYK 0.46 0 0.24 0.40
HSL 149.14º 0.3% 0.46% -
HSV(B) 149.14º 0.46% 0.6% -
XYZ 17.86 25.51 20.51 -
YUV 126.97 121.81 95.93 -
System Red Green Blue C M Y K H S L
Decimal 82 152 116 0.46 0 0.24 0.40 149.14 0.3 0.46
Hex 52 98 74 2E 0 18 28 95 1E 2E
Octal 122 230 164 56 0 30 50 225 36 56
Binary 1010010 10011000 1110100 101110 0 11000 101000 10010101 11110 101110

Color Harmonies of #529874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529874

Black with #529874

Text Example


Text Example

White with #529874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529874; }

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

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

background-color css

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

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

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

border-color css

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

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

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