#4BB76B

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

Shades of Ocean Green #4BB76B

Tints of Ocean Green #4BB76B

Color information

#4BB76B (or 0x4BB76B) is unknown color: approx Ocean Green. HEX triplet: 4B, B7 and 6B. RGB value is (75,183,107). Sum of RGB (Red+Green+Blue) = 75+183+107=365 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.55% from 365); Green value is 183 (71.88% from 255 or 50.14% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 183 - color contains mainly: green. Hex color #4BB76B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB76B is #B44894. Grayscale: #8E8E8E. Windows color (decimal): -11815061 or 7059275. OLE color: 7059275.

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

Color convert

RGB75183107-
CMYK0.5900.420.28
HSL137.78º42.86%50.59%-
HSV(B)137.78º59.02%71.76%-
XYZ22.4936.4219.76-
YUV142.04108.2280.18-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.55%
GREEN value IS 183 (71.88% from 255) = 50.14%
BLUE value IS 107 (42.19% from 255) = 29.32%
R=20.55%
G=50.14%
B=29.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal751831070.5900.420.28137.7842.8650.59
Hex4BB76B3B02A1C8a2b33
Octal11326715373052342125363
Binary100101110110111110101111101101010101110010001010101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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