Html Css Color HEX #4B9370 Ocean Green

📋 copy color: '#4B9370'

red 75 ◦ green 147 ◦ blue 112

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

Shades of Ocean Green #4B9370

Tints of Ocean Green #4B9370

RGB

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

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

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

R = 22.46%
G = 44.01%
B = 33.53%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#4B9370 (or 0x4B9370) is known color: Ocean Green. HEX triplet: 4B, 93 and 70. RGB value is (75,147,112). Sum of RGB (Red+Green+Blue) = 75+147+112=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 147 - color contains mainly: green. Hex color #4B9370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9370 is #B46C8F. Grayscale: #797979. Windows color (decimal): -11824272 or 7377739. OLE color: 7377739.

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

Color convert

RGB 75 147 112 -
CMYK 0.49 0 0.24 0.42
HSL 150.83º 0.32% 0.44% -
HSV(B) 150.83º 0.49% 0.58% -
XYZ 16.26 23.53 19.01 -
YUV 121.48 122.65 94.85 -
System Red Green Blue C M Y K H S L
Decimal 75 147 112 0.49 0 0.24 0.42 150.83 0.32 0.44
Hex 4B 93 70 31 0 18 2A 97 20 2C
Octal 113 223 160 61 0 30 52 227 40 54
Binary 1001011 10010011 1110000 110001 0 11000 101010 10010111 100000 101100

Color Harmonies of #4B9370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9370

Black with #4B9370

Text Example


Text Example

White with #4B9370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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