Html Css Color HEX #4BB379 Ocean Green

📋 copy color: '#4BB379'

red 75 ◦ green 179 ◦ blue 121

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

Shades of Ocean Green #4BB379

Tints of Ocean Green #4BB379

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.73%

 BLUE value IS 121 (47.66% from 255) = 32.27%

R = 20%
G = 47.73%
B = 32.27%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#4BB379 (or 0x4BB379) is known color: Ocean Green. HEX triplet: 4B, B3 and 79. RGB value is (75,179,121). Sum of RGB (Red+Green+Blue) = 75+179+121=375 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20% from 375); Green value is 179 (70.31% from 255 or 47.73% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 179 - color contains mainly: green. Hex color #4BB379 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB379 is #B44C86. Grayscale: #8D8D8D. Windows color (decimal): -11816071 or 7975755. OLE color: 7975755.

HSL color Cylindrical-coordinate representation of color #4BB379: hue angle of 146.54º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4BB379 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 75 179 121 -
CMYK 0.58 0 0.32 0.30
HSL 146.54º 0.41% 0.5% -
HSV(B) 146.54º 0.58% 0.7% -
XYZ 22.47 35.12 23.68 -
YUV 141.29 116.54 80.72 -
System Red Green Blue C M Y K H S L
Decimal 75 179 121 0.58 0 0.32 0.30 146.54 0.41 0.5
Hex 4B B3 79 3A 0 20 1E 93 29 32
Octal 113 263 171 72 0 40 36 223 51 62
Binary 1001011 10110011 1111001 111010 0 100000 11110 10010011 101001 110010

Color Harmonies of #4BB379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BB379

Black with #4BB379

Text Example


Text Example

White with #4BB379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,179,121); }

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

background-color css

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

 a { background-color: rgb(75,179,121); }

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

border-color css

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

 span { border-color: rgb(75,179,121); }

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