Html Css Color HEX #529473 Ocean Green

📋 copy color: '#529473'

red 82 ◦ green 148 ◦ blue 115

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

Shades of Ocean Green #529473

Tints of Ocean Green #529473

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.9%

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

R = 23.77%
G = 42.9%
B = 33.33%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#529473 (or 0x529473) is known color: Ocean Green. HEX triplet: 52, 94 and 73. RGB value is (82,148,115). Sum of RGB (Red+Green+Blue) = 82+148+115=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 148 - color contains mainly: green. Hex color #529473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529473 is #AD6B8C. Grayscale: #7C7C7C. Windows color (decimal): -11365261 or 7574610. OLE color: 7574610.

HSL color Cylindrical-coordinate representation of color #529473: hue angle of 150º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529473 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 148 115 -
CMYK 0.45 0 0.22 0.42
HSL 150º 0.29% 0.45% -
HSV(B) 150º 0.45% 0.58% -
XYZ 17.16 24.21 19.99 -
YUV 124.5 122.63 97.68 -
System Red Green Blue C M Y K H S L
Decimal 82 148 115 0.45 0 0.22 0.42 150 0.29 0.45
Hex 52 94 73 2D 0 16 2A 96 1D 2D
Octal 122 224 163 55 0 26 52 226 35 55
Binary 1010010 10010100 1110011 101101 0 10110 101010 10010110 11101 101101

Color Harmonies of #529473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529473

Black with #529473

Text Example


Text Example

White with #529473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529473; }

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

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

background-color css

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

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

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

border-color css

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

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

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