Html Css Color HEX #4BB376 Ocean Green

📋 copy color: '#4BB376'

red 75 ◦ green 179 ◦ blue 118

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

Shades of Ocean Green #4BB376

Tints of Ocean Green #4BB376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.72%

R = 20.16%
G = 48.12%
B = 31.72%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#4BB376 (or 0x4BB376) is known color: Ocean Green. HEX triplet: 4B, B3 and 76. RGB value is (75,179,118). Sum of RGB (Red+Green+Blue) = 75+179+118=372 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.16% from 372); Green value is 179 (70.31% from 255 or 48.12% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 179 - color contains mainly: green. Hex color #4BB376 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BB376 is #B44C89. Grayscale: #8D8D8D. Windows color (decimal): -11816074 or 7779147. OLE color: 7779147.

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

Color convert

RGB 75 179 118 -
CMYK 0.58 0 0.34 0.30
HSL 144.81º 0.41% 0.5% -
HSV(B) 144.81º 0.58% 0.7% -
XYZ 22.29 35.04 22.73 -
YUV 140.95 115.04 80.96 -
System Red Green Blue C M Y K H S L
Decimal 75 179 118 0.58 0 0.34 0.30 144.81 0.41 0.5
Hex 4B B3 76 3A 0 22 1E 91 29 32
Octal 113 263 166 72 0 42 36 221 51 62
Binary 1001011 10110011 1110110 111010 0 100010 11110 10010001 101001 110010

Color Harmonies of #4BB376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BB376

Black with #4BB376

Text Example


Text Example

White with #4BB376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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