#4BA36C

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

Shades of Ocean Green #4BA36C

Tints of Ocean Green #4BA36C

Color information

#4BA36C (or 0x4BA36C) is unknown color: approx Ocean Green. HEX triplet: 4B, A3 and 6C. RGB value is (75,163,108). Sum of RGB (Red+Green+Blue) = 75+163+108=346 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.68% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 163 - color contains mainly: green. Hex color #4BA36C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA36C is #B45C93. Grayscale: #828282. Windows color (decimal): -11820180 or 7119691. OLE color: 7119691.

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

Color convert

RGB75163108-
CMYK0.5400.340.36
HSL142.5º36.97%46.67%-
HSV(B)142.5º53.99%63.92%-
XYZ18.7128.7718.76-
YUV130.42115.3588.47-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.68%
GREEN value IS 163 (64.06% from 255) = 47.11%
BLUE value IS 108 (42.58% from 255) = 31.21%
R=21.68%
G=47.11%
B=31.21%

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
Decimal751631080.5400.340.36142.536.9746.67
Hex4BA36C36022248e252f
Octal11324315466042442164557
Binary1001011101000111101100110110010001010010010001110100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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