#52986B

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

Shades of Ocean Green #52986B

Tints of Ocean Green #52986B

Color information

#52986B (or 0x52986B) is unknown color: approx Ocean Green. HEX triplet: 52, 98 and 6B. RGB value is (82,152,107). Sum of RGB (Red+Green+Blue) = 82+152+107=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 152 - color contains mainly: green. Hex color #52986B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52986B is #AD6794. Grayscale: #7E7E7E. Windows color (decimal): -11364245 or 7051346. OLE color: 7051346.

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

Color convert

RGB82152107-
CMYK0.4600.300.40
HSL141.43º29.91%45.88%-
HSV(B)141.43º46.05%59.61%-
XYZ17.3625.3117.88-
YUV125.94117.3196.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.05%
GREEN value IS 152 (59.77% from 255) = 44.57%
BLUE value IS 107 (42.19% from 255) = 31.38%
R=24.05%
G=44.57%
B=31.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821521070.4600.300.40141.4329.9145.88
Hex52986B2E01E288d1e2e
Octal12223015356036502153656
Binary10100101001100011010111011100111101010001000110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52986B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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