Html Css Color HEX #4FB384 Ocean Green

📋 copy color: '#4FB384'

red 79 ◦ green 179 ◦ blue 132

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

Shades of Ocean Green #4FB384

Tints of Ocean Green #4FB384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.85%

R = 20.26%
G = 45.9%
B = 33.85%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#4FB384 (or 0x4FB384) is known color: Ocean Green. HEX triplet: 4F, B3 and 84. RGB value is (79,179,132). Sum of RGB (Red+Green+Blue) = 79+179+132=390 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.26% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 179 - color contains mainly: green. Hex color #4FB384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FB384 is #B04C7B. Grayscale: #8F8F8F. Windows color (decimal): -11553916 or 8696655. OLE color: 8696655.

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

Color convert

RGB 79 179 132 -
CMYK 0.56 0 0.26 0.30
HSL 151.8º 0.4% 0.51% -
HSV(B) 151.8º 0.56% 0.7% -
XYZ 23.51 35.57 27.46 -
YUV 143.74 121.37 81.82 -
System Red Green Blue C M Y K H S L
Decimal 79 179 132 0.56 0 0.26 0.30 151.8 0.4 0.51
Hex 4F B3 84 38 0 1A 1E 98 28 33
Octal 117 263 204 70 0 32 36 230 50 63
Binary 1001111 10110011 10000100 111000 0 11010 11110 10011000 101000 110011

Color Harmonies of #4FB384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB384

Black with #4FB384

Text Example


Text Example

White with #4FB384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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