Html Css Color HEX #529973 Ocean Green

📋 copy color: '#529973'

red 82 ◦ green 153 ◦ blue 115

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

Shades of Ocean Green #529973

Tints of Ocean Green #529973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.86%

R = 23.43%
G = 43.71%
B = 32.86%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#529973 (or 0x529973) is known color: Ocean Green. HEX triplet: 52, 99 and 73. RGB value is (82,153,115). Sum of RGB (Red+Green+Blue) = 82+153+115=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 153 - color contains mainly: green. Hex color #529973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529973 is #AD668C. Grayscale: #7F7F7F. Windows color (decimal): -11363981 or 7575890. OLE color: 7575890.

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

Color convert

RGB 82 153 115 -
CMYK 0.46 0 0.25 0.4
HSL 147.89º 0.3% 0.46% -
HSV(B) 147.89º 0.46% 0.6% -
XYZ 17.97 25.81 20.26 -
YUV 127.44 120.98 95.59 -
System Red Green Blue C M Y K H S L
Decimal 82 153 115 0.46 0 0.25 0.4 147.89 0.3 0.46
Hex 52 99 73 2E 0 19 28 94 1E 2E
Octal 122 231 163 56 0 31 50 224 36 56
Binary 1010010 10011001 1110011 101110 0 11001 101000 10010100 11110 101110

Color Harmonies of #529973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529973

Black with #529973

Text Example


Text Example

White with #529973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529973; }

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

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

background-color css

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

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

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

border-color css

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

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

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