Html Css Color HEX #4CB387 Ocean Green

📋 copy color: '#4CB387'

red 76 ◦ green 179 ◦ blue 135

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

Shades of Ocean Green #4CB387

Tints of Ocean Green #4CB387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 34.62%

R = 19.49%
G = 45.9%
B = 34.62%

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

#4CB387 (or 0x4CB387) is known color: Ocean Green. HEX triplet: 4C, B3 and 87. RGB value is (76,179,135). Sum of RGB (Red+Green+Blue) = 76+179+135=390 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.49% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 179 - color contains mainly: green. Hex color #4CB387 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB387 is #B34C78. Grayscale: #8F8F8F. Windows color (decimal): -11750521 or 8893260. OLE color: 8893260.

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

Color convert

RGB 76 179 135 -
CMYK 0.58 0 0.25 0.30
HSL 154.37º 0.4% 0.5% -
HSV(B) 154.37º 0.58% 0.7% -
XYZ 23.47 35.53 28.54 -
YUV 143.19 123.38 80.08 -
System Red Green Blue C M Y K H S L
Decimal 76 179 135 0.58 0 0.25 0.30 154.37 0.4 0.5
Hex 4C B3 87 3A 0 19 1E 9A 28 32
Octal 114 263 207 72 0 31 36 232 50 62
Binary 1001100 10110011 10000111 111010 0 11001 11110 10011010 101000 110010

Color Harmonies of #4CB387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB387

Black with #4CB387

Text Example


Text Example

White with #4CB387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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