Html Css Color HEX #4BA36F Ocean Green

📋 copy color: '#4BA36F'

red 75 ◦ green 163 ◦ blue 111

#4BA36F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #4BA36F

Tints of Ocean Green #4BA36F

RGB

 RED value IS 75 (29.69% from 255) = 21.49%

 GREEN value IS 163 (64.06% from 255) = 46.7%

 BLUE value IS 111 (43.75% from 255) = 31.81%

R = 21.49%
G = 46.7%
B = 31.81%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#4BA36F (or 0x4BA36F) is known color: Ocean Green. HEX triplet: 4B, A3 and 6F. RGB value is (75,163,111). Sum of RGB (Red+Green+Blue) = 75+163+111=349 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.49% from 349); Green value is 163 (64.06% from 255 or 46.70% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 163 - color contains mainly: green. Hex color #4BA36F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA36F is #B45C90. Grayscale: #828282. Windows color (decimal): -11820177 or 7316299. OLE color: 7316299.

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

Color convert

RGB 75 163 111 -
CMYK 0.54 0 0.32 0.36
HSL 144.55º 0.37% 0.47% -
HSV(B) 144.55º 0.54% 0.64% -
XYZ 18.87 28.84 19.61 -
YUV 130.76 116.85 88.23 -
System Red Green Blue C M Y K H S L
Decimal 75 163 111 0.54 0 0.32 0.36 144.55 0.37 0.47
Hex 4B A3 6F 36 0 20 24 91 25 2F
Octal 113 243 157 66 0 40 44 221 45 57
Binary 1001011 10100011 1101111 110110 0 100000 100100 10010001 100101 101111

Color Harmonies of #4BA36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA36F

Black with #4BA36F

Text Example


Text Example

White with #4BA36F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4BA36F;
 }
 .AnyTagClassName
 {
   color: #4BA36F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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