Html Css Color HEX #4CA178 Ocean Green

📋 copy color: '#4CA178'

red 76 ◦ green 161 ◦ blue 120

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

Shades of Ocean Green #4CA178

Tints of Ocean Green #4CA178

RGB

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

 GREEN value IS 161 (63.28% from 255) = 45.1%

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

R = 21.29%
G = 45.1%
B = 33.61%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#4CA178 (or 0x4CA178) is known color: Ocean Green. HEX triplet: 4C, A1 and 78. RGB value is (76,161,120). Sum of RGB (Red+Green+Blue) = 76+161+120=357 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.29% from 357); Green value is 161 (63.28% from 255 or 45.10% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 161 - color contains mainly: green. Hex color #4CA178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA178 is #B35E87. Grayscale: #828282. Windows color (decimal): -11755144 or 7905612. OLE color: 7905612.

HSL color Cylindrical-coordinate representation of color #4CA178: hue angle of 151.06º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4CA178 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 76 161 120 -
CMYK 0.53 0 0.25 0.37
HSL 151.06º 0.36% 0.46% -
HSV(B) 151.06º 0.53% 0.63% -
XYZ 19.12 28.38 22.24 -
YUV 130.91 121.84 88.83 -
System Red Green Blue C M Y K H S L
Decimal 76 161 120 0.53 0 0.25 0.37 151.06 0.36 0.46
Hex 4C A1 78 35 0 19 25 97 24 2E
Octal 114 241 170 65 0 31 45 227 44 56
Binary 1001100 10100001 1111000 110101 0 11001 100101 10010111 100100 101110

Color Harmonies of #4CA178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA178

Black with #4CA178

Text Example


Text Example

White with #4CA178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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