#51936F

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

Shades of Ocean Green #51936F

Tints of Ocean Green #51936F

Color information

#51936F (or 0x51936F) is unknown color: approx Ocean Green. HEX triplet: 51, 93 and 6F. RGB value is (81,147,111). Sum of RGB (Red+Green+Blue) = 81+147+111=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 147 - color contains mainly: green. Hex color #51936F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51936F is #AE6C90. Grayscale: #7B7B7B. Windows color (decimal): -11431057 or 7312209. OLE color: 7312209.

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

Color convert

RGB81147111-
CMYK0.4500.240.42
HSL147.27º28.95%44.71%-
HSV(B)147.27º44.9%57.65%-
XYZ16.723.7618.75-
YUV123.16121.1397.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.89%
GREEN value IS 147 (57.81% from 255) = 43.36%
BLUE value IS 111 (43.75% from 255) = 32.74%
R=23.89%
G=43.36%
B=32.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811471110.4500.240.42147.2728.9544.71
Hex51936F2D0182A931d2d
Octal12122315755030522233555
Binary10100011001001111011111011010110001010101001001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51936F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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