#4BB271

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

Shades of Ocean Green #4BB271

Tints of Ocean Green #4BB271

Color information

#4BB271 (or 0x4BB271) is unknown color: approx Ocean Green. HEX triplet: 4B, B2 and 71. RGB value is (75,178,113). Sum of RGB (Red+Green+Blue) = 75+178+113=366 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.49% from 366); Green value is 178 (69.92% from 255 or 48.63% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 178 - color contains mainly: green. Hex color #4BB271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BB271 is #B44D8E. Grayscale: #8B8B8B. Windows color (decimal): -11816335 or 7451211. OLE color: 7451211.

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

Color convert

RGB75178113-
CMYK0.5800.370.30
HSL142.14º40.71%49.61%-
HSV(B)142.14º57.87%69.8%-
XYZ21.834.5321.14-
YUV139.79112.8881.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.49%
GREEN value IS 178 (69.92% from 255) = 48.63%
BLUE value IS 113 (44.53% from 255) = 30.87%
R=20.49%
G=48.63%
B=30.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal751781130.5800.370.30142.1440.7149.61
Hex4BB2713A0251E8e2932
Octal11326216172045362165162
Binary100101110110010111000111101001001011111010001110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BB271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,178,113); }

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

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

 a { background-color: rgb(75,178,113); }

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

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

 span { border-color: rgb(75,178,113); }

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