Html Css Color HEX #529D6E Ocean Green

📋 copy color: '#529D6E'

red 82 ◦ green 157 ◦ blue 110

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

Shades of Ocean Green #529D6E

Tints of Ocean Green #529D6E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.99%

 BLUE value IS 110 (43.36% from 255) = 31.52%

R = 23.5%
G = 44.99%
B = 31.52%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#529D6E (or 0x529D6E) is known color: Ocean Green. HEX triplet: 52, 9D and 6E. RGB value is (82,157,110). Sum of RGB (Red+Green+Blue) = 82+157+110=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 157 - color contains mainly: green. Hex color #529D6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529D6E is #AD6291. Grayscale: #818181. Windows color (decimal): -11362962 or 7249234. OLE color: 7249234.

HSL color Cylindrical-coordinate representation of color #529D6E: hue angle of 142.4º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #529D6E is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 157 110 -
CMYK 0.48 0 0.30 0.38
HSL 142.4º 0.31% 0.47% -
HSV(B) 142.4º 0.48% 0.62% -
XYZ 18.35 27.03 19 -
YUV 129.22 117.15 94.32 -
System Red Green Blue C M Y K H S L
Decimal 82 157 110 0.48 0 0.30 0.38 142.4 0.31 0.47
Hex 52 9D 6E 30 0 1E 26 8E 1F 2F
Octal 122 235 156 60 0 36 46 216 37 57
Binary 1010010 10011101 1101110 110000 0 11110 100110 10001110 11111 101111

Color Harmonies of #529D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529D6E

Black with #529D6E

Text Example


Text Example

White with #529D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529D6E; }

 p { color: rgb(82,157,110); }

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

background-color css

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

 a { background-color: rgb(82,157,110); }

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

border-color css

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

 span { border-color: rgb(82,157,110); }

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