Html Css Color HEX #529774 Ocean Green

📋 copy color: '#529774'

red 82 ◦ green 151 ◦ blue 116

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

Shades of Ocean Green #529774

Tints of Ocean Green #529774

RGB

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

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

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

R = 23.5%
G = 43.27%
B = 33.24%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#529774 (or 0x529774) is known color: Ocean Green. HEX triplet: 52, 97 and 74. RGB value is (82,151,116). Sum of RGB (Red+Green+Blue) = 82+151+116=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 151 - color contains mainly: green. Hex color #529774 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529774 is #AD688B. Grayscale: #7E7E7E. Windows color (decimal): -11364492 or 7640914. OLE color: 7640914.

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

Color convert

RGB 82 151 116 -
CMYK 0.46 0 0.23 0.41
HSL 149.57º 0.3% 0.46% -
HSV(B) 149.57º 0.46% 0.59% -
XYZ 17.7 25.19 20.45 -
YUV 126.38 122.14 96.35 -
System Red Green Blue C M Y K H S L
Decimal 82 151 116 0.46 0 0.23 0.41 149.57 0.3 0.46
Hex 52 97 74 2E 0 17 29 96 1E 2E
Octal 122 227 164 56 0 27 51 226 36 56
Binary 1010010 10010111 1110100 101110 0 10111 101001 10010110 11110 101110

Color Harmonies of #529774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529774

Black with #529774

Text Example


Text Example

White with #529774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529774; }

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

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

background-color css

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

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

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

border-color css

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

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

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