#52946E

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

Shades of Ocean Green #52946E

Tints of Ocean Green #52946E

Color information

#52946E (or 0x52946E) is unknown color: approx Ocean Green. HEX triplet: 52, 94 and 6E. RGB value is (82,148,110). Sum of RGB (Red+Green+Blue) = 82+148+110=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 148 - color contains mainly: green. Hex color #52946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52946E is #AD6B91. Grayscale: #7C7C7C. Windows color (decimal): -11365266 or 7246930. OLE color: 7246930.

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

Color convert

RGB82148110-
CMYK0.4500.260.42
HSL145.45º28.7%45.1%-
HSV(B)145.45º44.59%58.04%-
XYZ16.8824.118.51-
YUV123.93120.1398.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.12%
GREEN value IS 148 (58.20% from 255) = 43.53%
BLUE value IS 110 (43.36% from 255) = 32.35%
R=24.12%
G=43.53%
B=32.35%

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
Decimal821481100.4500.260.42145.4528.745.1
Hex52946E2D01A2A911d2d
Octal12222415655032522213555
Binary10100101001010011011101011010110101010101001000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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