#51946B

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

Shades of Ocean Green #51946B

Tints of Ocean Green #51946B

Color information

#51946B (or 0x51946B) is unknown color: approx Ocean Green. HEX triplet: 51, 94 and 6B. RGB value is (81,148,107). Sum of RGB (Red+Green+Blue) = 81+148+107=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 148 - color contains mainly: green. Hex color #51946B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51946B is #AE6B94. Grayscale: #7B7B7B. Windows color (decimal): -11430805 or 7050321. OLE color: 7050321.

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

Color convert

RGB81148107-
CMYK0.4500.280.42
HSL143.28º29.26%44.9%-
HSV(B)143.28º45.27%58.04%-
XYZ16.6423.9917.66-
YUV123.29118.897.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.11%
GREEN value IS 148 (58.20% from 255) = 44.05%
BLUE value IS 107 (42.19% from 255) = 31.85%
R=24.11%
G=44.05%
B=31.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811481070.4500.280.42143.2829.2644.9
Hex51946B2D01C2A8f1d2d
Octal12122415355034522173555
Binary10100011001010011010111011010111001010101000111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51946B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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