#4BA57F

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

Shades of Ocean Green #4BA57F

Tints of Ocean Green #4BA57F

Color information

#4BA57F (or 0x4BA57F) is unknown color: approx Ocean Green. HEX triplet: 4B, A5 and 7F. RGB value is (75,165,127). Sum of RGB (Red+Green+Blue) = 75+165+127=367 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.44% from 367); Green value is 165 (64.84% from 255 or 44.96% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 165 - color contains mainly: green. Hex color #4BA57F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA57F is #B45A80. Grayscale: #858585. Windows color (decimal): -11819649 or 8365387. OLE color: 8365387.

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

Color convert

RGB75165127-
CMYK0.5500.230.35
HSL154.67º37.5%47.06%-
HSV(B)154.67º54.55%64.71%-
XYZ20.1929.9424.79-
YUV133.76124.1886.09-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.44%
GREEN value IS 165 (64.84% from 255) = 44.96%
BLUE value IS 127 (50% from 255) = 34.60%
R=20.44%
G=44.96%
B=34.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal751651270.5500.230.35154.6737.547.06
Hex4BA57F37017239b262f
Octal11324517767027432334657
Binary100101110100101111111111011101011110001110011011100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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