Html Css Color HEX #4FB388 Ocean Green

📋 copy color: '#4FB388'

red 79 ◦ green 179 ◦ blue 136

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

Shades of Ocean Green #4FB388

Tints of Ocean Green #4FB388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.52%

R = 20.05%
G = 45.43%
B = 34.52%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#4FB388 (or 0x4FB388) is known color: Ocean Green. HEX triplet: 4F, B3 and 88. RGB value is (79,179,136). Sum of RGB (Red+Green+Blue) = 79+179+136=394 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20.05% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 179 - color contains mainly: green. Hex color #4FB388 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FB388 is #B04C77. Grayscale: #909090. Windows color (decimal): -11553912 or 8958799. OLE color: 8958799.

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

Color convert

RGB 79 179 136 -
CMYK 0.56 0 0.24 0.30
HSL 154.2º 0.4% 0.51% -
HSV(B) 154.2º 0.56% 0.7% -
XYZ 23.79 35.68 28.93 -
YUV 144.2 123.37 81.5 -
System Red Green Blue C M Y K H S L
Decimal 79 179 136 0.56 0 0.24 0.30 154.2 0.4 0.51
Hex 4F B3 88 38 0 18 1E 9A 28 33
Octal 117 263 210 70 0 30 36 232 50 63
Binary 1001111 10110011 10001000 111000 0 11000 11110 10011010 101000 110011

Color Harmonies of #4FB388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB388

Black with #4FB388

Text Example


Text Example

White with #4FB388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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