#4B946F

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

Shades of Ocean Green #4B946F

Tints of Ocean Green #4B946F

Color information

#4B946F (or 0x4B946F) is unknown color: approx Ocean Green. HEX triplet: 4B, 94 and 6F. RGB value is (75,148,111). Sum of RGB (Red+Green+Blue) = 75+148+111=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 148 - color contains mainly: green. Hex color #4B946F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B946F is #B46B90. Grayscale: #7A7A7A. Windows color (decimal): -11824017 or 7312459. OLE color: 7312459.

HSL color Cylindrical-coordinate representation of color #4B946F: hue angle of 149.59º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B946F is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB75148111-
CMYK0.4900.250.42
HSL149.59º32.74%43.73%-
HSV(B)149.59º49.32%58.04%-
XYZ16.3623.8218.77-
YUV121.95121.8294.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.46%
GREEN value IS 148 (58.20% from 255) = 44.31%
BLUE value IS 111 (43.75% from 255) = 33.23%
R=22.46%
G=44.31%
B=33.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal751481110.4900.250.42149.5932.7443.73
Hex4B946F310192A96212c
Octal11322415761031522264154
Binary100101110010100110111111000101100110101010010110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B946F; }

 p { color: rgb(75,148,111); }

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

<style>
 a { background-color: #4B946F; }

 a { background-color: rgb(75,148,111); }

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

<style>
 span { border-color: #4B946F; }

 span { border-color: rgb(75,148,111); }

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