#51976C

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

Shades of Ocean Green #51976C

Tints of Ocean Green #51976C

Color information

#51976C (or 0x51976C) is unknown color: approx Ocean Green. HEX triplet: 51, 97 and 6C. RGB value is (81,151,108). Sum of RGB (Red+Green+Blue) = 81+151+108=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 151 (59.38% from 255 or 44.41% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 151 - color contains mainly: green. Hex color #51976C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51976C is #AE6893. Grayscale: #7D7D7D. Windows color (decimal): -11430036 or 7116625. OLE color: 7116625.

HSL color Cylindrical-coordinate representation of color #51976C: hue angle of 143.14º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #51976C is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB81151108-
CMYK0.4600.280.41
HSL143.14º30.17%45.49%-
HSV(B)143.14º46.36%59.22%-
XYZ17.1724.9718.1-
YUV125.17118.3196.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.82%
GREEN value IS 151 (59.38% from 255) = 44.41%
BLUE value IS 108 (42.58% from 255) = 31.76%
R=23.82%
G=44.41%
B=31.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811511080.4600.280.41143.1430.1745.49
Hex51976C2E01C298f1e2d
Octal12122715456034512173655
Binary10100011001011111011001011100111001010011000111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51976C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51976C; }

 p { color: rgb(81,151,108); }

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

<style>
 a { background-color: #51976C; }

 a { background-color: rgb(81,151,108); }

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

<style>
 span { border-color: #51976C; }

 span { border-color: rgb(81,151,108); }

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