#52936F

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

Shades of Ocean Green #52936F

Tints of Ocean Green #52936F

Color information

#52936F (or 0x52936F) is unknown color: approx Ocean Green. HEX triplet: 52, 93 and 6F. RGB value is (82,147,111). Sum of RGB (Red+Green+Blue) = 82+147+111=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 147 - color contains mainly: green. Hex color #52936F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52936F is #AD6C90. Grayscale: #7B7B7B. Windows color (decimal): -11365521 or 7312210. OLE color: 7312210.

HSL color Cylindrical-coordinate representation of color #52936F: hue angle of 146.77º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #52936F is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB82147111-
CMYK0.4400.240.42
HSL146.77º28.38%44.9%-
HSV(B)146.77º44.22%57.65%-
XYZ16.7823.8118.75-
YUV123.46120.9798.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.12%
GREEN value IS 147 (57.81% from 255) = 43.24%
BLUE value IS 111 (43.75% from 255) = 32.65%
R=24.12%
G=43.24%
B=32.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821471110.4400.240.42146.7728.3844.9
Hex52936F2C0182A931c2d
Octal12222315754030522233455
Binary10100101001001111011111011000110001010101001001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52936F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52936F; }

 p { color: rgb(82,147,111); }

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

<style>
 a { background-color: #52936F; }

 a { background-color: rgb(82,147,111); }

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

<style>
 span { border-color: #52936F; }

 span { border-color: rgb(82,147,111); }

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