#4BA56A

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

Shades of Ocean Green #4BA56A

Tints of Ocean Green #4BA56A

Color information

#4BA56A (or 0x4BA56A) is unknown color: approx Ocean Green. HEX triplet: 4B, A5 and 6A. RGB value is (75,165,106). Sum of RGB (Red+Green+Blue) = 75+165+106=346 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.68% from 346); Green value is 165 (64.84% from 255 or 47.69% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 165 - color contains mainly: green. Hex color #4BA56A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA56A is #B45A95. Grayscale: #838383. Windows color (decimal): -11819670 or 6989131. OLE color: 6989131.

HSL color Cylindrical-coordinate representation of color #4BA56A: hue angle of 140.67º 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 #4BA56A is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB75165106-
CMYK0.5500.360.35
HSL140.67º37.5%47.06%-
HSV(B)140.67º54.55%64.71%-
XYZ18.9629.4518.32-
YUV131.36113.6887.8-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.68%
GREEN value IS 165 (64.84% from 255) = 47.69%
BLUE value IS 106 (41.80% from 255) = 30.64%
R=21.68%
G=47.69%
B=30.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal751651060.5500.360.35140.6737.547.06
Hex4BA56A37024238d262f
Octal11324515267044432154657
Binary1001011101001011101010110111010010010001110001101100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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