#51946F

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

Shades of Ocean Green #51946F

Tints of Ocean Green #51946F

Color information

#51946F (or 0x51946F) is unknown color: approx Ocean Green. HEX triplet: 51, 94 and 6F. RGB value is (81,148,111). Sum of RGB (Red+Green+Blue) = 81+148+111=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 148 - color contains mainly: green. Hex color #51946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51946F is #AE6B90. Grayscale: #7B7B7B. Windows color (decimal): -11430801 or 7312465. OLE color: 7312465.

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

Color convert

RGB81148111-
CMYK0.4500.250.42
HSL146.87º29.26%44.9%-
HSV(B)146.87º45.27%58.04%-
XYZ16.8524.0818.8-
YUV123.75120.897.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.82%
GREEN value IS 148 (58.20% from 255) = 43.53%
BLUE value IS 111 (43.75% from 255) = 32.65%
R=23.82%
G=43.53%
B=32.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811481110.4500.250.42146.8729.2644.9
Hex51946F2D0192A931d2d
Octal12122415755031522233555
Binary10100011001010011011111011010110011010101001001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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