#51956A

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

Shades of Ocean Green #51956A

Tints of Ocean Green #51956A

Color information

#51956A (or 0x51956A) is unknown color: approx Ocean Green. HEX triplet: 51, 95 and 6A. RGB value is (81,149,106). Sum of RGB (Red+Green+Blue) = 81+149+106=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 149 - color contains mainly: green. Hex color #51956A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51956A is #AE6A95. Grayscale: #7B7B7B. Windows color (decimal): -11430550 or 6985041. OLE color: 6985041.

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

Color convert

RGB81149106-
CMYK0.4600.290.42
HSL142.06º29.57%45.1%-
HSV(B)142.06º45.64%58.43%-
XYZ16.7424.2817.44-
YUV123.77117.9797.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.11%
GREEN value IS 149 (58.59% from 255) = 44.35%
BLUE value IS 106 (41.80% from 255) = 31.55%
R=24.11%
G=44.35%
B=31.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811491060.4600.290.42142.0629.5745.1
Hex51956A2E01D2A8e1e2d
Octal12122515256035522163655
Binary10100011001010111010101011100111011010101000111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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