#4B946D

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

Shades of Ocean Green #4B946D

Tints of Ocean Green #4B946D

Color information

#4B946D (or 0x4B946D) is unknown color: approx Ocean Green. HEX triplet: 4B, 94 and 6D. RGB value is (75,148,109). Sum of RGB (Red+Green+Blue) = 75+148+109=332 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.59% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 148 - color contains mainly: green. Hex color #4B946D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B946D is #B46B92. Grayscale: #797979. Windows color (decimal): -11824019 or 7181387. OLE color: 7181387.

HSL color Cylindrical-coordinate representation of color #4B946D: hue angle of 147.95º 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 #4B946D is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB75148109-
CMYK0.4900.260.42
HSL147.95º32.74%43.73%-
HSV(B)147.95º49.32%58.04%-
XYZ16.2523.7818.2-
YUV121.73120.8294.67-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.59%
GREEN value IS 148 (58.20% from 255) = 44.58%
BLUE value IS 109 (42.97% from 255) = 32.83%
R=22.59%
G=44.58%
B=32.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal751481090.4900.260.42147.9532.7443.73
Hex4B946D3101A2A94212c
Octal11322415561032522244154
Binary100101110010100110110111000101101010101010010100100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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