#4BA46C

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

Shades of Ocean Green #4BA46C

Tints of Ocean Green #4BA46C

Color information

#4BA46C (or 0x4BA46C) is unknown color: approx Ocean Green. HEX triplet: 4B, A4 and 6C. RGB value is (75,164,108). Sum of RGB (Red+Green+Blue) = 75+164+108=347 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.61% from 347); Green value is 164 (64.45% from 255 or 47.26% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 164 - color contains mainly: green. Hex color #4BA46C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA46C is #B45B93. Grayscale: #838383. Windows color (decimal): -11819924 or 7119947. OLE color: 7119947.

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

Color convert

RGB75164108-
CMYK0.5400.340.36
HSL142.25º37.24%46.86%-
HSV(B)142.25º54.27%64.31%-
XYZ18.8829.1318.81-
YUV131115.0188.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.61%
GREEN value IS 164 (64.45% from 255) = 47.26%
BLUE value IS 108 (42.58% from 255) = 31.12%
R=21.61%
G=47.26%
B=31.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal751641080.5400.340.36142.2537.2446.86
Hex4BA46C36022248e252f
Octal11324415466042442164557
Binary1001011101001001101100110110010001010010010001110100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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