#4BA47F

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

Shades of Ocean Green #4BA47F

Tints of Ocean Green #4BA47F

Color information

#4BA47F (or 0x4BA47F) is unknown color: approx Ocean Green. HEX triplet: 4B, A4 and 7F. RGB value is (75,164,127). Sum of RGB (Red+Green+Blue) = 75+164+127=366 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.49% from 366); Green value is 164 (64.45% from 255 or 44.81% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 164 - color contains mainly: green. Hex color #4BA47F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA47F is #B45B80. Grayscale: #858585. Windows color (decimal): -11819905 or 8365131. OLE color: 8365131.

HSL color Cylindrical-coordinate representation of color #4BA47F: hue angle of 155.06º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4BA47F is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB75164127-
CMYK0.5400.230.36
HSL155.06º37.24%46.86%-
HSV(B)155.06º54.27%64.31%-
XYZ20.0129.5824.73-
YUV133.17124.5186.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.49%
GREEN value IS 164 (64.45% from 255) = 44.81%
BLUE value IS 127 (50% from 255) = 34.70%
R=20.49%
G=44.81%
B=34.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal751641270.5400.230.36155.0637.2446.86
Hex4BA47F36017249b252f
Octal11324417766027442334557
Binary100101110100100111111111011001011110010010011011100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,164,127); }

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

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

 a { background-color: rgb(75,164,127); }

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

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

 span { border-color: rgb(75,164,127); }

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