#52946D

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

Shades of Ocean Green #52946D

Tints of Ocean Green #52946D

Color information

#52946D (or 0x52946D) is unknown color: approx Ocean Green. HEX triplet: 52, 94 and 6D. RGB value is (82,148,109). Sum of RGB (Red+Green+Blue) = 82+148+109=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 148 - color contains mainly: green. Hex color #52946D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52946D is #AD6B92. Grayscale: #7B7B7B. Windows color (decimal): -11365267 or 7181394. OLE color: 7181394.

HSL color Cylindrical-coordinate representation of color #52946D: hue angle of 144.55º 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 #52946D is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB82148109-
CMYK0.4500.260.42
HSL144.55º28.7%45.1%-
HSV(B)144.55º44.59%58.04%-
XYZ16.8324.0818.23-
YUV123.82119.6398.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.19%
GREEN value IS 148 (58.20% from 255) = 43.66%
BLUE value IS 109 (42.97% from 255) = 32.15%
R=24.19%
G=43.66%
B=32.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821481090.4500.260.42144.5528.745.1
Hex52946D2D01A2A911d2d
Octal12222415555032522213555
Binary10100101001010011011011011010110101010101001000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52946D; }

 p { color: rgb(82,148,109); }

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

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

 a { background-color: rgb(82,148,109); }

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

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

 span { border-color: rgb(82,148,109); }

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