#51996E

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

Shades of Ocean Green #51996E

Tints of Ocean Green #51996E

Color information

#51996E (or 0x51996E) is unknown color: approx Ocean Green. HEX triplet: 51, 99 and 6E. RGB value is (81,153,110). Sum of RGB (Red+Green+Blue) = 81+153+110=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 153 - color contains mainly: green. Hex color #51996E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51996E is #AE6691. Grayscale: #7E7E7E. Windows color (decimal): -11429522 or 7248209. OLE color: 7248209.

HSL color Cylindrical-coordinate representation of color #51996E: hue angle of 144.17º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51996E is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB81153110-
CMYK0.4700.280.4
HSL144.17º30.77%45.88%-
HSV(B)144.17º47.06%60%-
XYZ17.625.6618.78-
YUV126.57118.6595.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.55%
GREEN value IS 153 (60.16% from 255) = 44.48%
BLUE value IS 110 (43.36% from 255) = 31.98%
R=23.55%
G=44.48%
B=31.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal811531100.4700.280.4144.1730.7745.88
Hex51996E2F01C28901f2e
Octal12123115657034502203756
Binary10100011001100111011101011110111001010001001000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51996E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51996E; }

 p { color: rgb(81,153,110); }

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

<style>
 a { background-color: #51996E; }

 a { background-color: rgb(81,153,110); }

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

<style>
 span { border-color: #51996E; }

 span { border-color: rgb(81,153,110); }

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