Html Css Color HEX #4FB378 Ocean Green

📋 copy color: '#4FB378'

red 79 ◦ green 179 ◦ blue 120

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

Shades of Ocean Green #4FB378

Tints of Ocean Green #4FB378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.75%

R = 20.9%
G = 47.35%
B = 31.75%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#4FB378 (or 0x4FB378) is known color: Ocean Green. HEX triplet: 4F, B3 and 78. RGB value is (79,179,120). Sum of RGB (Red+Green+Blue) = 79+179+120=378 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.90% from 378); Green value is 179 (70.31% from 255 or 47.35% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 179 - color contains mainly: green. Hex color #4FB378 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB378 is #B04C87. Grayscale: #8E8E8E. Windows color (decimal): -11553928 or 7910223. OLE color: 7910223.

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

Color convert

RGB 79 179 120 -
CMYK 0.56 0 0.33 0.30
HSL 144.6º 0.4% 0.51% -
HSV(B) 144.6º 0.56% 0.7% -
XYZ 22.73 35.26 23.38 -
YUV 142.37 115.37 82.8 -
System Red Green Blue C M Y K H S L
Decimal 79 179 120 0.56 0 0.33 0.30 144.6 0.4 0.51
Hex 4F B3 78 38 0 21 1E 91 28 33
Octal 117 263 170 70 0 41 36 221 50 63
Binary 1001111 10110011 1111000 111000 0 100001 11110 10010001 101000 110011

Color Harmonies of #4FB378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB378

Black with #4FB378

Text Example


Text Example

White with #4FB378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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