Html Css Color HEX #529773 Ocean Green

📋 copy color: '#529773'

red 82 ◦ green 151 ◦ blue 115

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

Shades of Ocean Green #529773

Tints of Ocean Green #529773

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.39%

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

R = 23.56%
G = 43.39%
B = 33.05%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#529773 (or 0x529773) is known color: Ocean Green. HEX triplet: 52, 97 and 73. RGB value is (82,151,115). Sum of RGB (Red+Green+Blue) = 82+151+115=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 151 (59.38% from 255 or 43.39% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 151 - color contains mainly: green. Hex color #529773 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529773 is #AD688C. Grayscale: #7E7E7E. Windows color (decimal): -11364493 or 7575378. OLE color: 7575378.

HSL color Cylindrical-coordinate representation of color #529773: hue angle of 148.7º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529773 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 151 115 -
CMYK 0.46 0 0.24 0.41
HSL 148.7º 0.3% 0.46% -
HSV(B) 148.7º 0.46% 0.59% -
XYZ 17.64 25.16 20.15 -
YUV 126.27 121.64 96.43 -
System Red Green Blue C M Y K H S L
Decimal 82 151 115 0.46 0 0.24 0.41 148.7 0.3 0.46
Hex 52 97 73 2E 0 18 29 95 1E 2E
Octal 122 227 163 56 0 30 51 225 36 56
Binary 1010010 10010111 1110011 101110 0 11000 101001 10010101 11110 101110

Color Harmonies of #529773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529773

Black with #529773

Text Example


Text Example

White with #529773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529773; }

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

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

background-color css

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

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

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

border-color css

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

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

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