#4BB46C

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

Shades of Ocean Green #4BB46C

Tints of Ocean Green #4BB46C

Color information

#4BB46C (or 0x4BB46C) is unknown color: approx Ocean Green. HEX triplet: 4B, B4 and 6C. RGB value is (75,180,108). Sum of RGB (Red+Green+Blue) = 75+180+108=363 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.66% from 363); Green value is 180 (70.70% from 255 or 49.59% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 180 - color contains mainly: green. Hex color #4BB46C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB46C is #B44B93. Grayscale: #8C8C8C. Windows color (decimal): -11815828 or 7124043. OLE color: 7124043.

HSL color Cylindrical-coordinate representation of color #4BB46C: hue angle of 138.86º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB46C is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB75180108-
CMYK0.5800.400.29
HSL138.86º41.18%50%-
HSV(B)138.86º58.33%70.59%-
XYZ21.9335.2219.83-
YUV140.4109.7181.35-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.66%
GREEN value IS 180 (70.70% from 255) = 49.59%
BLUE value IS 108 (42.58% from 255) = 29.75%
R=20.66%
G=49.59%
B=29.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal751801080.5800.400.29138.8641.1850
Hex4BB46C3A0281D8b2932
Octal11326415472050352135162
Binary100101110110100110110011101001010001110110001011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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