#52996B

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

Shades of Ocean Green #52996B

Tints of Ocean Green #52996B

Color information

#52996B (or 0x52996B) is unknown color: approx Ocean Green. HEX triplet: 52, 99 and 6B. RGB value is (82,153,107). Sum of RGB (Red+Green+Blue) = 82+153+107=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 153 - color contains mainly: green. Hex color #52996B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52996B is #AD6694. Grayscale: #7E7E7E. Windows color (decimal): -11363989 or 7051602. OLE color: 7051602.

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

Color convert

RGB82153107-
CMYK0.4600.300.4
HSL141.13º30.21%46.08%-
HSV(B)141.13º46.41%60%-
XYZ17.5225.6417.93-
YUV126.53116.9896.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.98%
GREEN value IS 153 (60.16% from 255) = 44.74%
BLUE value IS 107 (42.19% from 255) = 31.29%
R=23.98%
G=44.74%
B=31.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal821531070.4600.300.4141.1330.2146.08
Hex52996B2E01E288d1e2e
Octal12223115356036502153656
Binary10100101001100111010111011100111101010001000110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52996B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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