#4BAA71

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

Shades of Ocean Green #4BAA71

Tints of Ocean Green #4BAA71

Color information

#4BAA71 (or 0x4BAA71) is unknown color: approx Ocean Green. HEX triplet: 4B, AA and 71. RGB value is (75,170,113). Sum of RGB (Red+Green+Blue) = 75+170+113=358 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.95% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 170 - color contains mainly: green. Hex color #4BAA71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAA71 is #B4558E. Grayscale: #878787. Windows color (decimal): -11818383 or 7449163. OLE color: 7449163.

HSL color Cylindrical-coordinate representation of color #4BAA71: hue angle of 144º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BAA71 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB75170113-
CMYK0.5600.340.33
HSL144º38.78%48.04%-
HSV(B)144º55.88%66.67%-
XYZ20.2631.4420.62-
YUV135.1115.5385.13-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.95%
GREEN value IS 170 (66.80% from 255) = 47.49%
BLUE value IS 113 (44.53% from 255) = 31.56%
R=20.95%
G=47.49%
B=31.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal751701130.5600.340.3314438.7848.04
Hex4BAA713802221902730
Octal11325216170042412204760
Binary1001011101010101110001111000010001010000110010000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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