#4BB76C

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

Shades of Ocean Green #4BB76C

Tints of Ocean Green #4BB76C

Color information

#4BB76C (or 0x4BB76C) is unknown color: approx Ocean Green. HEX triplet: 4B, B7 and 6C. RGB value is (75,183,108). Sum of RGB (Red+Green+Blue) = 75+183+108=366 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.49% from 366); Green value is 183 (71.88% from 255 or 50% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 183 - color contains mainly: green. Hex color #4BB76C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB76C is #B44893. Grayscale: #8E8E8E. Windows color (decimal): -11815060 or 7124811. OLE color: 7124811.

HSL color Cylindrical-coordinate representation of color #4BB76C: hue angle of 138.33º 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 #4BB76C is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB75183108-
CMYK0.5900.410.28
HSL138.33º42.86%50.59%-
HSV(B)138.33º59.02%71.76%-
XYZ22.5436.4520.03-
YUV142.16108.7280.1-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.49%
GREEN value IS 183 (71.88% from 255) = 50%
BLUE value IS 108 (42.58% from 255) = 29.51%
R=20.49%
G=50%
B=29.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal751831080.5900.410.28138.3342.8650.59
Hex4BB76C3B0291C8a2b33
Octal11326715473051342125363
Binary100101110110111110110011101101010011110010001010101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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