#4BB366

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

Shades of Ocean Green #4BB366

Tints of Ocean Green #4BB366

Color information

#4BB366 (or 0x4BB366) is unknown color: approx Ocean Green. HEX triplet: 4B, B3 and 66. RGB value is (75,179,102). Sum of RGB (Red+Green+Blue) = 75+179+102=356 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.07% from 356); Green value is 179 (70.31% from 255 or 50.28% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 179 - color contains mainly: green. Hex color #4BB366 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB366 is #B44C99. Grayscale: #8B8B8B. Windows color (decimal): -11816090 or 6730571. OLE color: 6730571.

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

Color convert

RGB75179102-
CMYK0.5800.430.30
HSL135.58º40.94%49.8%-
HSV(B)135.58º58.1%70.2%-
XYZ21.4234.718.14-
YUV139.13107.0482.26-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.07%
GREEN value IS 179 (70.31% from 255) = 50.28%
BLUE value IS 102 (40.23% from 255) = 28.65%
R=21.07%
G=50.28%
B=28.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal751791020.5800.430.30135.5840.9449.8
Hex4BB3663A02B1E882932
Octal11326314672053362105162
Binary100101110110011110011011101001010111111010001000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,179,102); }

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

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

 a { background-color: rgb(75,179,102); }

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

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

 span { border-color: rgb(75,179,102); }

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