#4BA76A

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

Shades of Ocean Green #4BA76A

Tints of Ocean Green #4BA76A

Color information

#4BA76A (or 0x4BA76A) is unknown color: approx Ocean Green. HEX triplet: 4B, A7 and 6A. RGB value is (75,167,106). Sum of RGB (Red+Green+Blue) = 75+167+106=348 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.55% from 348); Green value is 167 (65.62% from 255 or 47.99% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 167 - color contains mainly: green. Hex color #4BA76A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA76A is #B45895. Grayscale: #848484. Windows color (decimal): -11819158 or 6989643. OLE color: 6989643.

HSL color Cylindrical-coordinate representation of color #4BA76A: hue angle of 140.22º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA76A is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB75167106-
CMYK0.5500.370.35
HSL140.22º38.02%47.45%-
HSV(B)140.22º55.09%65.49%-
XYZ19.3230.1718.44-
YUV132.54113.0286.96-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.55%
GREEN value IS 167 (65.62% from 255) = 47.99%
BLUE value IS 106 (41.80% from 255) = 30.46%
R=21.55%
G=47.99%
B=30.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal751671060.5500.370.35140.2238.0247.45
Hex4BA76A37025238c262f
Octal11324715267045432144657
Binary1001011101001111101010110111010010110001110001100100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,167,106); }

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

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

 a { background-color: rgb(75,167,106); }

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

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

 span { border-color: rgb(75,167,106); }

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