Html Css Color HEX #529F74 Ocean Green

📋 copy color: '#529F74'

red 82 ◦ green 159 ◦ blue 116

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

Shades of Ocean Green #529F74

Tints of Ocean Green #529F74

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.54%

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

R = 22.97%
G = 44.54%
B = 32.49%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#529F74 (or 0x529F74) is known color: Ocean Green. HEX triplet: 52, 9F and 74. RGB value is (82,159,116). Sum of RGB (Red+Green+Blue) = 82+159+116=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 159 (62.5% from 255 or 44.54% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 159 - color contains mainly: green. Hex color #529F74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529F74 is #AD608B. Grayscale: #838383. Windows color (decimal): -11362444 or 7642962. OLE color: 7642962.

HSL color Cylindrical-coordinate representation of color #529F74: hue angle of 146.49º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #529F74 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 159 116 -
CMYK 0.48 0 0.27 0.38
HSL 146.49º 0.32% 0.47% -
HSV(B) 146.49º 0.48% 0.62% -
XYZ 19.03 27.85 20.9 -
YUV 131.08 119.49 93 -
System Red Green Blue C M Y K H S L
Decimal 82 159 116 0.48 0 0.27 0.38 146.49 0.32 0.47
Hex 52 9F 74 30 0 1B 26 92 20 2F
Octal 122 237 164 60 0 33 46 222 40 57
Binary 1010010 10011111 1110100 110000 0 11011 100110 10010010 100000 101111

Color Harmonies of #529F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529F74

Black with #529F74

Text Example


Text Example

White with #529F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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