Html Css Color HEX #4FB376 Ocean Green

📋 copy color: '#4FB376'

red 79 ◦ green 179 ◦ blue 118

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

Shades of Ocean Green #4FB376

Tints of Ocean Green #4FB376

RGB

 RED value IS 79 (31.25% from 255) = 21.01%

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

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

R = 21.01%
G = 47.61%
B = 31.38%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#4FB376 (or 0x4FB376) is known color: Ocean Green. HEX triplet: 4F, B3 and 76. RGB value is (79,179,118). Sum of RGB (Red+Green+Blue) = 79+179+118=376 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.01% from 376); Green value is 179 (70.31% from 255 or 47.61% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 179 - color contains mainly: green. Hex color #4FB376 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB376 is #B04C89. Grayscale: #8E8E8E. Windows color (decimal): -11553930 or 7779151. OLE color: 7779151.

HSL color Cylindrical-coordinate representation of color #4FB376: hue angle of 143.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FB376 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 79 179 118 -
CMYK 0.56 0 0.34 0.30
HSL 143.4º 0.4% 0.51% -
HSV(B) 143.4º 0.56% 0.7% -
XYZ 22.61 35.21 22.74 -
YUV 142.15 114.37 82.96 -
System Red Green Blue C M Y K H S L
Decimal 79 179 118 0.56 0 0.34 0.30 143.4 0.4 0.51
Hex 4F B3 76 38 0 22 1E 8F 28 33
Octal 117 263 166 70 0 42 36 217 50 63
Binary 1001111 10110011 1110110 111000 0 100010 11110 10001111 101000 110011

Color Harmonies of #4FB376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB376

Black with #4FB376

Text Example


Text Example

White with #4FB376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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