#52A36E

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

Shades of Ocean Green #52A36E

Tints of Ocean Green #52A36E

Color information

#52A36E (or 0x52A36E) is unknown color: approx Ocean Green. HEX triplet: 52, A3 and 6E. RGB value is (82,163,110). Sum of RGB (Red+Green+Blue) = 82+163+110=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 163 (64.06% from 255 or 45.92% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 163 - color contains mainly: green. Hex color #52A36E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A36E is #AD5C91. Grayscale: #848484. Windows color (decimal): -11361426 or 7250770. OLE color: 7250770.

HSL color Cylindrical-coordinate representation of color #52A36E: hue angle of 140.74º 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 #52A36E is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB82163110-
CMYK0.5000.330.36
HSL140.74º33.06%48.04%-
HSV(B)140.74º49.69%63.92%-
XYZ19.3929.1119.35-
YUV132.74115.1691.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.10%
GREEN value IS 163 (64.06% from 255) = 45.92%
BLUE value IS 110 (43.36% from 255) = 30.99%
R=23.10%
G=45.92%
B=30.99%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal821631100.5000.330.36140.7433.0648.04
Hex52A36E32021248d2130
Octal12224315662041442154160
Binary1010010101000111101110110010010000110010010001101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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