Html Css Color HEX #4CA778 Ocean Green

📋 copy color: '#4CA778'

red 76 ◦ green 167 ◦ blue 120

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

Shades of Ocean Green #4CA778

Tints of Ocean Green #4CA778

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.01%

 BLUE value IS 120 (47.27% from 255) = 33.06%

R = 20.94%
G = 46.01%
B = 33.06%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#4CA778 (or 0x4CA778) is known color: Ocean Green. HEX triplet: 4C, A7 and 78. RGB value is (76,167,120). Sum of RGB (Red+Green+Blue) = 76+167+120=363 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.94% from 363); Green value is 167 (65.62% from 255 or 46.01% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 167 - color contains mainly: green. Hex color #4CA778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA778 is #B35887. Grayscale: #868686. Windows color (decimal): -11753608 or 7907148. OLE color: 7907148.

HSL color Cylindrical-coordinate representation of color #4CA778: hue angle of 149.01º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4CA778 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 76 167 120 -
CMYK 0.54 0 0.28 0.35
HSL 149.01º 0.37% 0.48% -
HSV(B) 149.01º 0.54% 0.65% -
XYZ 20.19 30.53 22.6 -
YUV 134.43 119.85 86.32 -
System Red Green Blue C M Y K H S L
Decimal 76 167 120 0.54 0 0.28 0.35 149.01 0.37 0.48
Hex 4C A7 78 36 0 1C 23 95 25 30
Octal 114 247 170 66 0 34 43 225 45 60
Binary 1001100 10100111 1111000 110110 0 11100 100011 10010101 100101 110000

Color Harmonies of #4CA778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA778

Black with #4CA778

Text Example


Text Example

White with #4CA778

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,167,120); }

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

background-color css

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

 a { background-color: rgb(76,167,120); }

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

border-color css

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

 span { border-color: rgb(76,167,120); }

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