Html Css Color HEX #4FB370 Ocean Green

📋 copy color: '#4FB370'

red 79 ◦ green 179 ◦ blue 112

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

Shades of Ocean Green #4FB370

Tints of Ocean Green #4FB370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.27%

R = 21.35%
G = 48.38%
B = 30.27%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#4FB370 (or 0x4FB370) is known color: Ocean Green. HEX triplet: 4F, B3 and 70. RGB value is (79,179,112). Sum of RGB (Red+Green+Blue) = 79+179+112=370 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.35% from 370); Green value is 179 (70.31% from 255 or 48.38% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 179 - color contains mainly: green. Hex color #4FB370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB370 is #B04C8F. Grayscale: #8D8D8D. Windows color (decimal): -11553936 or 7385935. OLE color: 7385935.

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

Color convert

RGB 79 179 112 -
CMYK 0.56 0 0.37 0.30
HSL 139.8º 0.4% 0.51% -
HSV(B) 139.8º 0.56% 0.7% -
XYZ 22.27 35.07 20.93 -
YUV 141.46 111.37 83.45 -
System Red Green Blue C M Y K H S L
Decimal 79 179 112 0.56 0 0.37 0.30 139.8 0.4 0.51
Hex 4F B3 70 38 0 25 1E 8C 28 33
Octal 117 263 160 70 0 45 36 214 50 63
Binary 1001111 10110011 1110000 111000 0 100101 11110 10001100 101000 110011

Color Harmonies of #4FB370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB370

Black with #4FB370

Text Example


Text Example

White with #4FB370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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