Html Css Color HEX #4CB377 Ocean Green

📋 copy color: '#4CB377'

red 76 ◦ green 179 ◦ blue 119

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

Shades of Ocean Green #4CB377

Tints of Ocean Green #4CB377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.82%

R = 20.32%
G = 47.86%
B = 31.82%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#4CB377 (or 0x4CB377) is known color: Ocean Green. HEX triplet: 4C, B3 and 77. RGB value is (76,179,119). Sum of RGB (Red+Green+Blue) = 76+179+119=374 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.32% from 374); Green value is 179 (70.31% from 255 or 47.86% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 179 - color contains mainly: green. Hex color #4CB377 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB377 is #B34C88. Grayscale: #8D8D8D. Windows color (decimal): -11750537 or 7844684. OLE color: 7844684.

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

Color convert

RGB 76 179 119 -
CMYK 0.58 0 0.34 0.30
HSL 145.05º 0.4% 0.5% -
HSV(B) 145.05º 0.58% 0.7% -
XYZ 22.43 35.11 23.05 -
YUV 141.36 115.38 81.38 -
System Red Green Blue C M Y K H S L
Decimal 76 179 119 0.58 0 0.34 0.30 145.05 0.4 0.5
Hex 4C B3 77 3A 0 22 1E 91 28 32
Octal 114 263 167 72 0 42 36 221 50 62
Binary 1001100 10110011 1110111 111010 0 100010 11110 10010001 101000 110010

Color Harmonies of #4CB377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB377

Black with #4CB377

Text Example


Text Example

White with #4CB377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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