Html Css Color HEX #529A79 Ocean Green

📋 copy color: '#529A79'

red 82 ◦ green 154 ◦ blue 121

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

Shades of Ocean Green #529A79

Tints of Ocean Green #529A79

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.14%

 BLUE value IS 121 (47.66% from 255) = 33.89%

R = 22.97%
G = 43.14%
B = 33.89%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#529A79 (or 0x529A79) is known color: Ocean Green. HEX triplet: 52, 9A and 79. RGB value is (82,154,121). Sum of RGB (Red+Green+Blue) = 82+154+121=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 154 - color contains mainly: green. Hex color #529A79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529A79 is #AD6586. Grayscale: #808080. Windows color (decimal): -11363719 or 7969362. OLE color: 7969362.

HSL color Cylindrical-coordinate representation of color #529A79: hue angle of 152.5º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529A79 is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 154 121 -
CMYK 0.47 0 0.21 0.40
HSL 152.5º 0.31% 0.46% -
HSV(B) 152.5º 0.47% 0.6% -
XYZ 18.49 26.29 22.19 -
YUV 128.71 123.65 94.68 -
System Red Green Blue C M Y K H S L
Decimal 82 154 121 0.47 0 0.21 0.40 152.5 0.31 0.46
Hex 52 9A 79 2F 0 15 28 98 1F 2E
Octal 122 232 171 57 0 25 50 230 37 56
Binary 1010010 10011010 1111001 101111 0 10101 101000 10011000 11111 101110

Color Harmonies of #529A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529A79

Black with #529A79

Text Example


Text Example

White with #529A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,154,121); }

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

background-color css

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

 a { background-color: rgb(82,154,121); }

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

border-color css

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

 span { border-color: rgb(82,154,121); }

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