#529568

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

Shades of Ocean Green #529568

Tints of Ocean Green #529568

Color information

#529568 (or 0x529568) is unknown color: approx Ocean Green. HEX triplet: 52, 95 and 68. RGB value is (82,149,104). Sum of RGB (Red+Green+Blue) = 82+149+104=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 149 - color contains mainly: green. Hex color #529568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529568 is #AD6A97. Grayscale: #7B7B7B. Windows color (decimal): -11365016 or 6853970. OLE color: 6853970.

HSL color Cylindrical-coordinate representation of color #529568: hue angle of 139.7º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529568 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB82149104-
CMYK0.4500.300.42
HSL139.7º29%45.29%-
HSV(B)139.7º44.97%58.43%-
XYZ16.7324.2916.9-
YUV123.84116.898.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.48%
GREEN value IS 149 (58.59% from 255) = 44.48%
BLUE value IS 104 (41.02% from 255) = 31.04%
R=24.48%
G=44.48%
B=31.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821491040.4500.300.42139.72945.29
Hex5295682D01E2A8c1d2d
Octal12222515055036522143555
Binary10100101001010111010001011010111101010101000110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529568; }

 p { color: rgb(82,149,104); }

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

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

 a { background-color: rgb(82,149,104); }

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

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

 span { border-color: rgb(82,149,104); }

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