#4B9F6D

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

Shades of Ocean Green #4B9F6D

Tints of Ocean Green #4B9F6D

Color information

#4B9F6D (or 0x4B9F6D) is unknown color: approx Ocean Green. HEX triplet: 4B, 9F and 6D. RGB value is (75,159,109). Sum of RGB (Red+Green+Blue) = 75+159+109=343 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.87% from 343); Green value is 159 (62.5% from 255 or 46.36% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 159 - color contains mainly: green. Hex color #4B9F6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9F6D is #B46092. Grayscale: #808080. Windows color (decimal): -11821203 or 7184203. OLE color: 7184203.

HSL color Cylindrical-coordinate representation of color #4B9F6D: hue angle of 144.29º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B9F6D is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB75159109-
CMYK0.5300.310.38
HSL144.29º35.9%45.88%-
HSV(B)144.29º52.83%62.35%-
XYZ18.0627.418.8-
YUV128.18117.1790.07-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.87%
GREEN value IS 159 (62.5% from 255) = 46.36%
BLUE value IS 109 (42.97% from 255) = 31.78%
R=21.87%
G=46.36%
B=31.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal751591090.5300.310.38144.2935.945.88
Hex4B9F6D3501F2690242e
Octal11323715565037462204456
Binary100101110011111110110111010101111110011010010000100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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