#4BAF76

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

Shades of Ocean Green #4BAF76

Tints of Ocean Green #4BAF76

Color information

#4BAF76 (or 0x4BAF76) is unknown color: approx Ocean Green. HEX triplet: 4B, AF and 76. RGB value is (75,175,118). Sum of RGB (Red+Green+Blue) = 75+175+118=368 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.38% from 368); Green value is 175 (68.75% from 255 or 47.55% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAF76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAF76 is #B45089. Grayscale: #8A8A8A. Windows color (decimal): -11817098 or 7778123. OLE color: 7778123.

HSL color Cylindrical-coordinate representation of color #4BAF76: hue angle of 145.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 #4BAF76 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB75175118-
CMYK0.5700.330.31
HSL145.8º40%49.02%-
HSV(B)145.8º57.14%68.63%-
XYZ21.533.4622.47-
YUV138.6116.3782.63-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.38%
GREEN value IS 175 (68.75% from 255) = 47.55%
BLUE value IS 118 (46.48% from 255) = 32.07%
R=20.38%
G=47.55%
B=32.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal751751180.5700.330.31145.84049.02
Hex4BAF76390211F922831
Octal11325716671041372225061
Binary100101110101111111011011100101000011111110010010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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