#51946D

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

Shades of Ocean Green #51946D

Tints of Ocean Green #51946D

Color information

#51946D (or 0x51946D) is unknown color: approx Ocean Green. HEX triplet: 51, 94 and 6D. RGB value is (81,148,109). Sum of RGB (Red+Green+Blue) = 81+148+109=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 148 - color contains mainly: green. Hex color #51946D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51946D is #AE6B92. Grayscale: #7B7B7B. Windows color (decimal): -11430803 or 7181393. OLE color: 7181393.

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

Color convert

RGB81148109-
CMYK0.4500.260.42
HSL145.07º29.26%44.9%-
HSV(B)145.07º45.27%58.04%-
XYZ16.7424.0318.22-
YUV123.52119.897.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.96%
GREEN value IS 148 (58.20% from 255) = 43.79%
BLUE value IS 109 (42.97% from 255) = 32.25%
R=23.96%
G=43.79%
B=32.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811481090.4500.260.42145.0729.2644.9
Hex51946D2D01A2A911d2d
Octal12122415555032522213555
Binary10100011001010011011011011010110101010101001000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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