#4BB56B

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

Shades of Ocean Green #4BB56B

Tints of Ocean Green #4BB56B

Color information

#4BB56B (or 0x4BB56B) is unknown color: approx Ocean Green. HEX triplet: 4B, B5 and 6B. RGB value is (75,181,107). Sum of RGB (Red+Green+Blue) = 75+181+107=363 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.66% from 363); Green value is 181 (71.09% from 255 or 49.86% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 181 - color contains mainly: green. Hex color #4BB56B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB56B is #B44A94. Grayscale: #8D8D8D. Windows color (decimal): -11815573 or 7058763. OLE color: 7058763.

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

Color convert

RGB75181107-
CMYK0.5900.410.29
HSL138.11º41.73%50.2%-
HSV(B)138.11º58.56%70.98%-
XYZ22.0835.6119.62-
YUV140.87108.8881.02-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.66%
GREEN value IS 181 (71.09% from 255) = 49.86%
BLUE value IS 107 (42.19% from 255) = 29.48%
R=20.66%
G=49.86%
B=29.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal751811070.5900.410.29138.1141.7350.2
Hex4BB56B3B0291D8a2a32
Octal11326515373051352125262
Binary100101110110101110101111101101010011110110001010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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