#4BB573

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

Shades of Ocean Green #4BB573

Tints of Ocean Green #4BB573

Color information

#4BB573 (or 0x4BB573) is unknown color: approx Ocean Green. HEX triplet: 4B, B5 and 73. RGB value is (75,181,115). Sum of RGB (Red+Green+Blue) = 75+181+115=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 181 - color contains mainly: green. Hex color #4BB573 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB573 is #B44A8C. Grayscale: #8D8D8D. Windows color (decimal): -11815565 or 7583051. OLE color: 7583051.

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

Color convert

RGB75181115-
CMYK0.5900.360.29
HSL142.64º41.73%50.2%-
HSV(B)142.64º58.56%70.98%-
XYZ22.5235.7821.94-
YUV141.78112.8880.37-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.22%
GREEN value IS 181 (71.09% from 255) = 48.79%
BLUE value IS 115 (45.31% from 255) = 31.00%
R=20.22%
G=48.79%
B=31.00%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal751811150.5900.360.29142.6441.7350.2
Hex4BB5733B0241D8f2a32
Octal11326516373044352175262
Binary100101110110101111001111101101001001110110001111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,181,115); }

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

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

 a { background-color: rgb(75,181,115); }

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

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

 span { border-color: rgb(75,181,115); }

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