#4BB76D

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

Shades of Ocean Green #4BB76D

Tints of Ocean Green #4BB76D

Color information

#4BB76D (or 0x4BB76D) is unknown color: approx Ocean Green. HEX triplet: 4B, B7 and 6D. RGB value is (75,183,109). Sum of RGB (Red+Green+Blue) = 75+183+109=367 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.44% from 367); Green value is 183 (71.88% from 255 or 49.86% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 183 - color contains mainly: green. Hex color #4BB76D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB76D is #B44892. Grayscale: #8E8E8E. Windows color (decimal): -11815059 or 7190347. OLE color: 7190347.

HSL color Cylindrical-coordinate representation of color #4BB76D: hue angle of 138.89º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4BB76D is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB75183109-
CMYK0.5900.400.28
HSL138.89º42.86%50.59%-
HSV(B)138.89º59.02%71.76%-
XYZ22.636.4720.32-
YUV142.27109.2280.02-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.44%
GREEN value IS 183 (71.88% from 255) = 49.86%
BLUE value IS 109 (42.97% from 255) = 29.70%
R=20.44%
G=49.86%
B=29.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal751831090.5900.400.28138.8942.8650.59
Hex4BB76D3B0281C8b2b33
Octal11326715573050342135363
Binary100101110110111110110111101101010001110010001011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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