#4BAF71

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

Shades of Ocean Green #4BAF71

Tints of Ocean Green #4BAF71

Color information

#4BAF71 (or 0x4BAF71) is unknown color: approx Ocean Green. HEX triplet: 4B, AF and 71. RGB value is (75,175,113). Sum of RGB (Red+Green+Blue) = 75+175+113=363 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.66% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAF71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAF71 is #B4508E. Grayscale: #8A8A8A. Windows color (decimal): -11817103 or 7450443. OLE color: 7450443.

HSL color Cylindrical-coordinate representation of color #4BAF71: hue angle of 142.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BAF71 is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB75175113-
CMYK0.5700.350.31
HSL142.8º40%49.02%-
HSV(B)142.8º57.14%68.63%-
XYZ21.2133.3520.94-
YUV138.03113.8783.04-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.66%
GREEN value IS 175 (68.75% from 255) = 48.21%
BLUE value IS 113 (44.53% from 255) = 31.13%
R=20.66%
G=48.21%
B=31.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal751751130.5700.350.31142.84049.02
Hex4BAF71390231F8f2831
Octal11325716171043372175061
Binary100101110101111111000111100101000111111110001111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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