#52A46E

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

Shades of Ocean Green #52A46E

Tints of Ocean Green #52A46E

Color information

#52A46E (or 0x52A46E) is unknown color: approx Ocean Green. HEX triplet: 52, A4 and 6E. RGB value is (82,164,110). Sum of RGB (Red+Green+Blue) = 82+164+110=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 164 (64.45% from 255 or 46.07% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 164 - color contains mainly: green. Hex color #52A46E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A46E is #AD5B91. Grayscale: #858585. Windows color (decimal): -11361170 or 7251026. OLE color: 7251026.

HSL color Cylindrical-coordinate representation of color #52A46E: hue angle of 140.49º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52A46E is Cyan = 0.5, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB82164110-
CMYK0.500.330.36
HSL140.49º33.33%48.24%-
HSV(B)140.49º50%64.31%-
XYZ19.5729.4719.41-
YUV133.33114.8391.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.03%
GREEN value IS 164 (64.45% from 255) = 46.07%
BLUE value IS 110 (43.36% from 255) = 30.90%
R=23.03%
G=46.07%
B=30.90%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal821641100.500.330.36140.4933.3348.24
Hex52A46E32021248c2130
Octal12224415662041442144160
Binary1010010101001001101110110010010000110010010001100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52A46E; }

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

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

<style>
 a { background-color: #52A46E; }

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

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

<style>
 span { border-color: #52A46E; }

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

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