#52986E

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

Shades of Ocean Green #52986E

Tints of Ocean Green #52986E

Color information

#52986E (or 0x52986E) is unknown color: approx Ocean Green. HEX triplet: 52, 98 and 6E. RGB value is (82,152,110). Sum of RGB (Red+Green+Blue) = 82+152+110=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 152 - color contains mainly: green. Hex color #52986E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52986E is #AD6791. Grayscale: #7E7E7E. Windows color (decimal): -11364242 or 7247954. OLE color: 7247954.

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

Color convert

RGB82152110-
CMYK0.4600.280.40
HSL144º29.91%45.88%-
HSV(B)144º46.05%59.61%-
XYZ17.5225.3818.73-
YUV126.28118.8196.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.84%
GREEN value IS 152 (59.77% from 255) = 44.19%
BLUE value IS 110 (43.36% from 255) = 31.98%
R=23.84%
G=44.19%
B=31.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821521100.4600.280.4014429.9145.88
Hex52986E2E01C28901e2e
Octal12223015656034502203656
Binary10100101001100011011101011100111001010001001000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52986E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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