Html Css Color HEX #529674 Ocean Green

📋 copy color: '#529674'

red 82 ◦ green 150 ◦ blue 116

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

Shades of Ocean Green #529674

Tints of Ocean Green #529674

RGB

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

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

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

R = 23.56%
G = 43.1%
B = 33.33%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#529674 (or 0x529674) is known color: Ocean Green. HEX triplet: 52, 96 and 74. RGB value is (82,150,116). Sum of RGB (Red+Green+Blue) = 82+150+116=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 150 - color contains mainly: green. Hex color #529674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529674 is #AD698B. Grayscale: #7D7D7D. Windows color (decimal): -11364748 or 7640658. OLE color: 7640658.

HSL color Cylindrical-coordinate representation of color #529674: hue angle of 150º 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 #529674 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 150 116 -
CMYK 0.45 0 0.23 0.41
HSL 150º 0.29% 0.45% -
HSV(B) 150º 0.45% 0.59% -
XYZ 17.54 24.87 20.4 -
YUV 125.79 122.47 96.76 -
System Red Green Blue C M Y K H S L
Decimal 82 150 116 0.45 0 0.23 0.41 150 0.29 0.45
Hex 52 96 74 2D 0 17 29 96 1D 2D
Octal 122 226 164 55 0 27 51 226 35 55
Binary 1010010 10010110 1110100 101101 0 10111 101001 10010110 11101 101101

Color Harmonies of #529674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529674

Black with #529674

Text Example


Text Example

White with #529674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529674; }

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

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

background-color css

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

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

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

border-color css

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

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

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