Html Css Color HEX #4C7C5D Como

📋 copy color: '#4C7C5D'

red 76 ◦ green 124 ◦ blue 93

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

Shades of Como #4C7C5D

Tints of Como #4C7C5D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 42.32%

 BLUE value IS 93 (36.72% from 255) = 31.74%

R = 25.94%
G = 42.32%
B = 31.74%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#4C7C5D (or 0x4C7C5D) is known color: Como. HEX triplet: 4C, 7C and 5D. RGB value is (76,124,93). Sum of RGB (Red+Green+Blue) = 76+124+93=293 (38% of max value = 765). Red value is 76 (30.08% from 255 or 25.94% from 293); Green value is 124 (48.83% from 255 or 42.32% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 124 - color contains mainly: green. Hex color #4C7C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7C5D is #B383A2. Grayscale: #6A6A6A. Windows color (decimal): -11764643 or 6126668. OLE color: 6126668.

HSL color Cylindrical-coordinate representation of color #4C7C5D: hue angle of 141.25º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C7C5D is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 76 124 93 -
CMYK 0.39 0 0.25 0.51
HSL 141.25º 0.24% 0.39% -
HSV(B) 141.25º 0.39% 0.49% -
XYZ 12.16 16.74 12.95 -
YUV 106.11 120.6 106.52 -
System Red Green Blue C M Y K H S L
Decimal 76 124 93 0.39 0 0.25 0.51 141.25 0.24 0.39
Hex 4C 7C 5D 27 0 19 33 8D 18 27
Octal 114 174 135 47 0 31 63 215 30 47
Binary 1001100 1111100 1011101 100111 0 11001 110011 10001101 11000 100111

Color Harmonies of #4C7C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7C5D

Black with #4C7C5D

Text Example


Text Example

White with #4C7C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,124,93); }

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

background-color css

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

 a { background-color: rgb(76,124,93); }

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

border-color css

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

 span { border-color: rgb(76,124,93); }

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