#51946C

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

Shades of Ocean Green #51946C

Tints of Ocean Green #51946C

Color information

#51946C (or 0x51946C) is unknown color: approx Ocean Green. HEX triplet: 51, 94 and 6C. RGB value is (81,148,108). Sum of RGB (Red+Green+Blue) = 81+148+108=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 148 - color contains mainly: green. Hex color #51946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51946C is #AE6B93. Grayscale: #7B7B7B. Windows color (decimal): -11430804 or 7115857. OLE color: 7115857.

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

Color convert

RGB81148108-
CMYK0.4500.270.42
HSL144.18º29.26%44.9%-
HSV(B)144.18º45.27%58.04%-
XYZ16.6924.0117.94-
YUV123.41119.397.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.04%
GREEN value IS 148 (58.20% from 255) = 43.92%
BLUE value IS 108 (42.58% from 255) = 32.05%
R=24.04%
G=43.92%
B=32.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811481080.4500.270.42144.1829.2644.9
Hex51946C2D01B2A901d2d
Octal12122415455033522203555
Binary10100011001010011011001011010110111010101001000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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