Html Css Color HEX #529672 Ocean Green

📋 copy color: '#529672'

red 82 ◦ green 150 ◦ blue 114

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

Shades of Ocean Green #529672

Tints of Ocean Green #529672

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.35%

 BLUE value IS 114 (44.92% from 255) = 32.95%

R = 23.7%
G = 43.35%
B = 32.95%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#529672 (or 0x529672) is known color: Ocean Green. HEX triplet: 52, 96 and 72. RGB value is (82,150,114). Sum of RGB (Red+Green+Blue) = 82+150+114=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #529672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529672 is #AD698D. Grayscale: #7D7D7D. Windows color (decimal): -11364750 or 7509586. OLE color: 7509586.

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

Color convert

RGB 82 150 114 -
CMYK 0.45 0 0.24 0.41
HSL 148.24º 0.29% 0.45% -
HSV(B) 148.24º 0.45% 0.59% -
XYZ 17.42 24.82 19.79 -
YUV 125.56 121.47 96.93 -
System Red Green Blue C M Y K H S L
Decimal 82 150 114 0.45 0 0.24 0.41 148.24 0.29 0.45
Hex 52 96 72 2D 0 18 29 94 1D 2D
Octal 122 226 162 55 0 30 51 224 35 55
Binary 1010010 10010110 1110010 101101 0 11000 101001 10010100 11101 101101

Color Harmonies of #529672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529672

Black with #529672

Text Example


Text Example

White with #529672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529672; }

 p { color: rgb(82,150,114); }

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

background-color css

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

 a { background-color: rgb(82,150,114); }

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

border-color css

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

 span { border-color: rgb(82,150,114); }

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