#529874

Color #529874 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #529874

Tints of Ocean Green #529874

Color information

#529874 (or 0x529874) is unknown color: approx Ocean Green. HEX triplet: 52, 98 and 74. RGB value is (82,152,116). Sum of RGB (Red+Green+Blue) = 82+152+116=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 152 (59.77% from 255 or 43.43% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 152 - color contains mainly: green. Hex color #529874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529874 is #AD678B. Grayscale: #7F7F7F. Windows color (decimal): -11364236 or 7641170. OLE color: 7641170.

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

Color convert

RGB82152116-
CMYK0.4600.240.40
HSL149.14º29.91%45.88%-
HSV(B)149.14º46.05%59.61%-
XYZ17.8625.5120.51-
YUV126.97121.8195.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.43%
GREEN value IS 152 (59.77% from 255) = 43.43%
BLUE value IS 116 (45.70% from 255) = 33.14%
R=23.43%
G=43.43%
B=33.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821521160.4600.240.40149.1429.9145.88
Hex5298742E01828951e2e
Octal12223016456030502253656
Binary10100101001100011101001011100110001010001001010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529874; }

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

 H1.HeaderClassName
 {
   color: #529874;
 }
 .AnyTagClassName
 {
   color: #529874;
 }
</style>
background-color css

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

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

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

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

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

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