#51956E

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

Shades of Ocean Green #51956E

Tints of Ocean Green #51956E

Color information

#51956E (or 0x51956E) is unknown color: approx Ocean Green. HEX triplet: 51, 95 and 6E. RGB value is (81,149,110). Sum of RGB (Red+Green+Blue) = 81+149+110=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 149 - color contains mainly: green. Hex color #51956E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51956E is #AE6A91. Grayscale: #7C7C7C. Windows color (decimal): -11430546 or 7247185. OLE color: 7247185.

HSL color Cylindrical-coordinate representation of color #51956E: hue angle of 145.59º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #51956E is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB81149110-
CMYK0.4600.260.42
HSL145.59º29.57%45.1%-
HSV(B)145.59º45.64%58.43%-
XYZ16.9624.3718.56-
YUV124.22119.9797.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.82%
GREEN value IS 149 (58.59% from 255) = 43.82%
BLUE value IS 110 (43.36% from 255) = 32.35%
R=23.82%
G=43.82%
B=32.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811491100.4600.260.42145.5929.5745.1
Hex51956E2E01A2A921e2d
Octal12122515656032522223655
Binary10100011001010111011101011100110101010101001001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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