Html Css Color HEX #4C8E64 Como

📋 copy color: '#4C8E64'

red 76 ◦ green 142 ◦ blue 100

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

Shades of Como #4C8E64

Tints of Como #4C8E64

RGB

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

 GREEN value IS 142 (55.86% from 255) = 44.65%

 BLUE value IS 100 (39.45% from 255) = 31.45%

R = 23.9%
G = 44.65%
B = 31.45%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#4C8E64 (or 0x4C8E64) is known color: Como. HEX triplet: 4C, 8E and 64. RGB value is (76,142,100). Sum of RGB (Red+Green+Blue) = 76+142+100=318 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.90% from 318); Green value is 142 (55.86% from 255 or 44.65% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 142 - color contains mainly: green. Hex color #4C8E64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8E64 is #B3719B. Grayscale: #757575. Windows color (decimal): -11760028 or 6590028. OLE color: 6590028.

HSL color Cylindrical-coordinate representation of color #4C8E64: hue angle of 141.82º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C8E64 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB 76 142 100 -
CMYK 0.46 0 0.30 0.44
HSL 141.82º 0.3% 0.43% -
HSV(B) 141.82º 0.46% 0.56% -
XYZ 14.95 21.8 15.48 -
YUV 117.48 118.13 98.42 -
System Red Green Blue C M Y K H S L
Decimal 76 142 100 0.46 0 0.30 0.44 141.82 0.3 0.43
Hex 4C 8E 64 2E 0 1E 2C 8E 1E 2B
Octal 114 216 144 56 0 36 54 216 36 53
Binary 1001100 10001110 1100100 101110 0 11110 101100 10001110 11110 101011

Color Harmonies of #4C8E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8E64

Black with #4C8E64

Text Example


Text Example

White with #4C8E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,142,100); }

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

background-color css

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

 a { background-color: rgb(76,142,100); }

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

border-color css

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

 span { border-color: rgb(76,142,100); }

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