Html Css Color HEX #529C6F Ocean Green

📋 copy color: '#529C6F'

red 82 ◦ green 156 ◦ blue 111

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

Shades of Ocean Green #529C6F

Tints of Ocean Green #529C6F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.7%

 BLUE value IS 111 (43.75% from 255) = 31.81%

R = 23.5%
G = 44.7%
B = 31.81%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#529C6F (or 0x529C6F) is known color: Ocean Green. HEX triplet: 52, 9C and 6F. RGB value is (82,156,111). Sum of RGB (Red+Green+Blue) = 82+156+111=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 156 (61.33% from 255 or 44.70% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 156 - color contains mainly: green. Hex color #529C6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C6F is #AD6390. Grayscale: #808080. Windows color (decimal): -11363217 or 7314514. OLE color: 7314514.

HSL color Cylindrical-coordinate representation of color #529C6F: hue angle of 143.51º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529C6F is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 156 111 -
CMYK 0.47 0 0.29 0.39
HSL 143.51º 0.31% 0.47% -
HSV(B) 143.51º 0.47% 0.61% -
XYZ 18.24 26.72 19.23 -
YUV 128.74 117.98 94.66 -
System Red Green Blue C M Y K H S L
Decimal 82 156 111 0.47 0 0.29 0.39 143.51 0.31 0.47
Hex 52 9C 6F 2F 0 1D 27 90 1F 2F
Octal 122 234 157 57 0 35 47 220 37 57
Binary 1010010 10011100 1101111 101111 0 11101 100111 10010000 11111 101111

Color Harmonies of #529C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529C6F

Black with #529C6F

Text Example


Text Example

White with #529C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,156,111); }

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

background-color css

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

 a { background-color: rgb(82,156,111); }

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

border-color css

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

 span { border-color: rgb(82,156,111); }

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