Html Css Color HEX #4CB386 Ocean Green

📋 copy color: '#4CB386'

red 76 ◦ green 179 ◦ blue 134

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

Shades of Ocean Green #4CB386

Tints of Ocean Green #4CB386

RGB

 RED value IS 76 (30.08% from 255) = 19.54%

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

 BLUE value IS 134 (52.73% from 255) = 34.45%

R = 19.54%
G = 46.02%
B = 34.45%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#4CB386 (or 0x4CB386) is known color: Ocean Green. HEX triplet: 4C, B3 and 86. RGB value is (76,179,134). Sum of RGB (Red+Green+Blue) = 76+179+134=389 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.54% from 389); Green value is 179 (70.31% from 255 or 46.02% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 179 - color contains mainly: green. Hex color #4CB386 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB386 is #B34C79. Grayscale: #8F8F8F. Windows color (decimal): -11750522 or 8827724. OLE color: 8827724.

HSL color Cylindrical-coordinate representation of color #4CB386: hue angle of 153.79º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB386 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 76 179 134 -
CMYK 0.58 0 0.25 0.30
HSL 153.79º 0.4% 0.5% -
HSV(B) 153.79º 0.58% 0.7% -
XYZ 23.4 35.5 28.17 -
YUV 143.07 122.88 80.16 -
System Red Green Blue C M Y K H S L
Decimal 76 179 134 0.58 0 0.25 0.30 153.79 0.4 0.5
Hex 4C B3 86 3A 0 19 1E 9A 28 32
Octal 114 263 206 72 0 31 36 232 50 62
Binary 1001100 10110011 10000110 111010 0 11001 11110 10011010 101000 110010

Color Harmonies of #4CB386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB386

Black with #4CB386

Text Example


Text Example

White with #4CB386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,179,134); }

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

background-color css

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

 a { background-color: rgb(76,179,134); }

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

border-color css

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

 span { border-color: rgb(76,179,134); }

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