#4BB780

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

Shades of Ocean Green #4BB780

Tints of Ocean Green #4BB780

Color information

#4BB780 (or 0x4BB780) is unknown color: approx Ocean Green. HEX triplet: 4B, B7 and 80. RGB value is (75,183,128). Sum of RGB (Red+Green+Blue) = 75+183+128=386 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.43% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 183 - color contains mainly: green. Hex color #4BB780 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BB780 is #B4487F. Grayscale: #909090. Windows color (decimal): -11815040 or 8435531. OLE color: 8435531.

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

Color convert

RGB75183128-
CMYK0.5900.300.28
HSL149.44º42.86%50.59%-
HSV(B)149.44º59.02%71.76%-
XYZ23.7336.9226.3-
YUV144.44118.7278.47-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.43%
GREEN value IS 183 (71.88% from 255) = 47.41%
BLUE value IS 128 (50.39% from 255) = 33.16%
R=19.43%
G=47.41%
B=33.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal751831280.5900.300.28149.4442.8650.59
Hex4BB7803B01E1C952b33
Octal11326720073036342255363
Binary100101110110111100000001110110111101110010010101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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