#4B996E

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

Shades of Ocean Green #4B996E

Tints of Ocean Green #4B996E

Color information

#4B996E (or 0x4B996E) is unknown color: approx Ocean Green. HEX triplet: 4B, 99 and 6E. RGB value is (75,153,110). Sum of RGB (Red+Green+Blue) = 75+153+110=338 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.19% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #4B996E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B996E is #B46691. Grayscale: #7C7C7C. Windows color (decimal): -11822738 or 7248203. OLE color: 7248203.

HSL color Cylindrical-coordinate representation of color #4B996E: hue angle of 146.92º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B996E is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB75153110-
CMYK0.5100.280.4
HSL146.92º34.21%44.71%-
HSV(B)146.92º50.98%60%-
XYZ17.1125.418.75-
YUV124.78119.6692.5-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.19%
GREEN value IS 153 (60.16% from 255) = 45.27%
BLUE value IS 110 (43.36% from 255) = 32.54%
R=22.19%
G=45.27%
B=32.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal751531100.5100.280.4146.9234.2144.71
Hex4B996E3301C2893222d
Octal11323115663034502234255
Binary100101110011001110111011001101110010100010010011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B996E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,153,110); }

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

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

 a { background-color: rgb(75,153,110); }

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

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

 span { border-color: rgb(75,153,110); }

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