#52986C

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

Shades of Ocean Green #52986C

Tints of Ocean Green #52986C

Color information

#52986C (or 0x52986C) is unknown color: approx Ocean Green. HEX triplet: 52, 98 and 6C. RGB value is (82,152,108). Sum of RGB (Red+Green+Blue) = 82+152+108=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 152 - color contains mainly: green. Hex color #52986C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52986C is #AD6793. Grayscale: #7E7E7E. Windows color (decimal): -11364244 or 7116882. OLE color: 7116882.

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

Color convert

RGB82152108-
CMYK0.4600.290.40
HSL142.29º29.91%45.88%-
HSV(B)142.29º46.05%59.61%-
XYZ17.4125.3318.16-
YUV126.05117.8196.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.98%
GREEN value IS 152 (59.77% from 255) = 44.44%
BLUE value IS 108 (42.58% from 255) = 31.58%
R=23.98%
G=44.44%
B=31.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821521080.4600.290.40142.2929.9145.88
Hex52986C2E01D288e1e2e
Octal12223015456035502163656
Binary10100101001100011011001011100111011010001000111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52986C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52986C; }

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

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

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

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

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

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

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

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