Html Css Color HEX #4F9370 Ocean Green

📋 copy color: '#4F9370'

red 79 ◦ green 147 ◦ blue 112

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

Shades of Ocean Green #4F9370

Tints of Ocean Green #4F9370

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.49%

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

R = 23.37%
G = 43.49%
B = 33.14%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#4F9370 (or 0x4F9370) is known color: Ocean Green. HEX triplet: 4F, 93 and 70. RGB value is (79,147,112). Sum of RGB (Red+Green+Blue) = 79+147+112=338 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.37% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 147 - color contains mainly: green. Hex color #4F9370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9370 is #B06C8F. Grayscale: #7A7A7A. Windows color (decimal): -11562128 or 7377743. OLE color: 7377743.

HSL color Cylindrical-coordinate representation of color #4F9370: hue angle of 149.12º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F9370 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 79 147 112 -
CMYK 0.46 0 0.24 0.42
HSL 149.12º 0.3% 0.44% -
HSV(B) 149.12º 0.46% 0.58% -
XYZ 16.58 23.7 19.03 -
YUV 122.68 121.97 96.85 -
System Red Green Blue C M Y K H S L
Decimal 79 147 112 0.46 0 0.24 0.42 149.12 0.3 0.44
Hex 4F 93 70 2E 0 18 2A 95 1E 2C
Octal 117 223 160 56 0 30 52 225 36 54
Binary 1001111 10010011 1110000 101110 0 11000 101010 10010101 11110 101100

Color Harmonies of #4F9370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9370

Black with #4F9370

Text Example


Text Example

White with #4F9370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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