Html Css Color HEX #4FB385 Ocean Green

📋 copy color: '#4FB385'

red 79 ◦ green 179 ◦ blue 133

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

Shades of Ocean Green #4FB385

Tints of Ocean Green #4FB385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.02%

R = 20.2%
G = 45.78%
B = 34.02%

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

#4FB385 (or 0x4FB385) is known color: Ocean Green. HEX triplet: 4F, B3 and 85. RGB value is (79,179,133). Sum of RGB (Red+Green+Blue) = 79+179+133=391 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.20% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 179 - color contains mainly: green. Hex color #4FB385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FB385 is #B04C7A. Grayscale: #8F8F8F. Windows color (decimal): -11553915 or 8762191. OLE color: 8762191.

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

Color convert

RGB 79 179 133 -
CMYK 0.56 0 0.26 0.30
HSL 152.4º 0.4% 0.51% -
HSV(B) 152.4º 0.56% 0.7% -
XYZ 23.58 35.6 27.82 -
YUV 143.86 121.87 81.74 -
System Red Green Blue C M Y K H S L
Decimal 79 179 133 0.56 0 0.26 0.30 152.4 0.4 0.51
Hex 4F B3 85 38 0 1A 1E 98 28 33
Octal 117 263 205 70 0 32 36 230 50 63
Binary 1001111 10110011 10000101 111000 0 11010 11110 10011000 101000 110011

Color Harmonies of #4FB385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB385

Black with #4FB385

Text Example


Text Example

White with #4FB385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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