#529869

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

Shades of Ocean Green #529869

Tints of Ocean Green #529869

Color information

#529869 (or 0x529869) is unknown color: approx Ocean Green. HEX triplet: 52, 98 and 69. RGB value is (82,152,105). Sum of RGB (Red+Green+Blue) = 82+152+105=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 152 - color contains mainly: green. Hex color #529869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529869 is #AD6796. Grayscale: #7D7D7D. Windows color (decimal): -11364247 or 6920274. OLE color: 6920274.

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

Color convert

RGB82152105-
CMYK0.4600.310.40
HSL139.71º29.91%45.88%-
HSV(B)139.71º46.05%59.61%-
XYZ17.2625.2717.33-
YUV125.71116.3196.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.19%
GREEN value IS 152 (59.77% from 255) = 44.84%
BLUE value IS 105 (41.41% from 255) = 30.97%
R=24.19%
G=44.84%
B=30.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821521050.4600.310.40139.7129.9145.88
Hex5298692E01F288c1e2e
Octal12223015156037502143656
Binary10100101001100011010011011100111111010001000110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529869; }

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

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

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

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

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

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

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

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