#51956C

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

Shades of Ocean Green #51956C

Tints of Ocean Green #51956C

Color information

#51956C (or 0x51956C) is unknown color: approx Ocean Green. HEX triplet: 51, 95 and 6C. RGB value is (81,149,108). Sum of RGB (Red+Green+Blue) = 81+149+108=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #51956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51956C is #AE6A93. Grayscale: #7C7C7C. Windows color (decimal): -11430548 or 7116113. OLE color: 7116113.

HSL color Cylindrical-coordinate representation of color #51956C: hue angle of 143.82º 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 #51956C is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB81149108-
CMYK0.4600.280.42
HSL143.82º29.57%45.1%-
HSV(B)143.82º45.64%58.43%-
XYZ16.8524.3317.99-
YUV123.99118.9797.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.96%
GREEN value IS 149 (58.59% from 255) = 44.08%
BLUE value IS 108 (42.58% from 255) = 31.95%
R=23.96%
G=44.08%
B=31.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811491080.4600.280.42143.8229.5745.1
Hex51956C2E01C2A901e2d
Octal12122515456034522203655
Binary10100011001010111011001011100111001010101001000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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