#52A76A

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

Shades of Ocean Green #52A76A

Tints of Ocean Green #52A76A

Color information

#52A76A (or 0x52A76A) is unknown color: approx Ocean Green. HEX triplet: 52, A7 and 6A. RGB value is (82,167,106). Sum of RGB (Red+Green+Blue) = 82+167+106=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 167 (65.62% from 255 or 47.04% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 167 - color contains mainly: green. Hex color #52A76A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A76A is #AD5895. Grayscale: #868686. Windows color (decimal): -11360406 or 6989650. OLE color: 6989650.

HSL color Cylindrical-coordinate representation of color #52A76A: hue angle of 136.94º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52A76A is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB82167106-
CMYK0.5100.370.35
HSL136.94º34.14%48.82%-
HSV(B)136.94º50.9%65.49%-
XYZ19.930.4718.47-
YUV134.63111.8490.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.10%
GREEN value IS 167 (65.62% from 255) = 47.04%
BLUE value IS 106 (41.80% from 255) = 29.86%
R=23.10%
G=47.04%
B=29.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal821671060.5100.370.35136.9434.1448.82
Hex52A76A3302523892231
Octal12224715263045432114261
Binary1010010101001111101010110011010010110001110001001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,167,106); }

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

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

 a { background-color: rgb(82,167,106); }

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

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

 span { border-color: rgb(82,167,106); }

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