Html Css Color HEX #4FB375 Ocean Green

📋 copy color: '#4FB375'

red 79 ◦ green 179 ◦ blue 117

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

Shades of Ocean Green #4FB375

Tints of Ocean Green #4FB375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.2%

R = 21.07%
G = 47.73%
B = 31.2%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#4FB375 (or 0x4FB375) is known color: Ocean Green. HEX triplet: 4F, B3 and 75. RGB value is (79,179,117). Sum of RGB (Red+Green+Blue) = 79+179+117=375 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.07% from 375); Green value is 179 (70.31% from 255 or 47.73% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 179 - color contains mainly: green. Hex color #4FB375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB375 is #B04C8A. Grayscale: #8E8E8E. Windows color (decimal): -11553931 or 7713615. OLE color: 7713615.

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

Color convert

RGB 79 179 117 -
CMYK 0.56 0 0.35 0.30
HSL 142.8º 0.4% 0.51% -
HSV(B) 142.8º 0.56% 0.7% -
XYZ 22.56 35.19 22.43 -
YUV 142.03 113.87 83.04 -
System Red Green Blue C M Y K H S L
Decimal 79 179 117 0.56 0 0.35 0.30 142.8 0.4 0.51
Hex 4F B3 75 38 0 23 1E 8F 28 33
Octal 117 263 165 70 0 43 36 217 50 63
Binary 1001111 10110011 1110101 111000 0 100011 11110 10001111 101000 110011

Color Harmonies of #4FB375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB375

Black with #4FB375

Text Example


Text Example

White with #4FB375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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