Html Css Color HEX #4C7F5E Como

📋 copy color: '#4C7F5E'

red 76 ◦ green 127 ◦ blue 94

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

Shades of Como #4C7F5E

Tints of Como #4C7F5E

RGB

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

 GREEN value IS 127 (50% from 255) = 42.76%

 BLUE value IS 94 (37.11% from 255) = 31.65%

R = 25.59%
G = 42.76%
B = 31.65%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#4C7F5E (or 0x4C7F5E) is known color: Como. HEX triplet: 4C, 7F and 5E. RGB value is (76,127,94). Sum of RGB (Red+Green+Blue) = 76+127+94=297 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.59% from 297); Green value is 127 (50% from 255 or 42.76% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 127 - color contains mainly: green. Hex color #4C7F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7F5E is #B380A1. Grayscale: #6C6C6C. Windows color (decimal): -11763874 or 6192972. OLE color: 6192972.

HSL color Cylindrical-coordinate representation of color #4C7F5E: hue angle of 141.18º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C7F5E is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 76 127 94 -
CMYK 0.40 0 0.26 0.50
HSL 141.18º 0.25% 0.4% -
HSV(B) 141.18º 0.4% 0.5% -
XYZ 12.59 17.52 13.31 -
YUV 107.99 120.1 105.18 -
System Red Green Blue C M Y K H S L
Decimal 76 127 94 0.40 0 0.26 0.50 141.18 0.25 0.4
Hex 4C 7F 5E 28 0 1A 32 8D 19 28
Octal 114 177 136 50 0 32 62 215 31 50
Binary 1001100 1111111 1011110 101000 0 11010 110010 10001101 11001 101000

Color Harmonies of #4C7F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7F5E

Black with #4C7F5E

Text Example


Text Example

White with #4C7F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,127,94); }

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

background-color css

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

 a { background-color: rgb(76,127,94); }

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

border-color css

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

 span { border-color: rgb(76,127,94); }

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