Html Css Color HEX #4CB389 Ocean Green

📋 copy color: '#4CB389'

red 76 ◦ green 179 ◦ blue 137

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

Shades of Ocean Green #4CB389

Tints of Ocean Green #4CB389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.95%

R = 19.39%
G = 45.66%
B = 34.95%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#4CB389 (or 0x4CB389) is known color: Ocean Green. HEX triplet: 4C, B3 and 89. RGB value is (76,179,137). Sum of RGB (Red+Green+Blue) = 76+179+137=392 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.39% from 392); Green value is 179 (70.31% from 255 or 45.66% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 179 - color contains mainly: green. Hex color #4CB389 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB389 is #B34C76. Grayscale: #8F8F8F. Windows color (decimal): -11750519 or 9024332. OLE color: 9024332.

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

Color convert

RGB 76 179 137 -
CMYK 0.58 0 0.23 0.30
HSL 155.53º 0.4% 0.5% -
HSV(B) 155.53º 0.58% 0.7% -
XYZ 23.62 35.58 29.29 -
YUV 143.42 124.38 79.92 -
System Red Green Blue C M Y K H S L
Decimal 76 179 137 0.58 0 0.23 0.30 155.53 0.4 0.5
Hex 4C B3 89 3A 0 17 1E 9C 28 32
Octal 114 263 211 72 0 27 36 234 50 62
Binary 1001100 10110011 10001001 111010 0 10111 11110 10011100 101000 110010

Color Harmonies of #4CB389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB389

Black with #4CB389

Text Example


Text Example

White with #4CB389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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