Html Css Color HEX #4CB776 Ocean Green

📋 copy color: '#4CB776'

red 76 ◦ green 183 ◦ blue 118

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

Shades of Ocean Green #4CB776

Tints of Ocean Green #4CB776

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.54%

 BLUE value IS 118 (46.48% from 255) = 31.3%

R = 20.16%
G = 48.54%
B = 31.3%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#4CB776 (or 0x4CB776) is known color: Ocean Green. HEX triplet: 4C, B7 and 76. RGB value is (76,183,118). Sum of RGB (Red+Green+Blue) = 76+183+118=377 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.16% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #4CB776 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB776 is #B34889. Grayscale: #8F8F8F. Windows color (decimal): -11749514 or 7780172. OLE color: 7780172.

HSL color Cylindrical-coordinate representation of color #4CB776: hue angle of 143.55º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB776 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 76 183 118 -
CMYK 0.58 0 0.36 0.28
HSL 143.55º 0.43% 0.51% -
HSV(B) 143.55º 0.58% 0.72% -
XYZ 23.18 36.71 23 -
YUV 143.6 113.55 79.79 -
System Red Green Blue C M Y K H S L
Decimal 76 183 118 0.58 0 0.36 0.28 143.55 0.43 0.51
Hex 4C B7 76 3A 0 24 1C 90 2B 33
Octal 114 267 166 72 0 44 34 220 53 63
Binary 1001100 10110111 1110110 111010 0 100100 11100 10010000 101011 110011

Color Harmonies of #4CB776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB776

Black with #4CB776

Text Example


Text Example

White with #4CB776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,183,118); }

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

background-color css

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

 a { background-color: rgb(76,183,118); }

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

border-color css

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

 span { border-color: rgb(76,183,118); }

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