Html Css Color HEX #4C7A61 Como

📋 copy color: '#4C7A61'

red 76 ◦ green 122 ◦ blue 97

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

Shades of Como #4C7A61

Tints of Como #4C7A61

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.36%

 BLUE value IS 97 (38.28% from 255) = 32.88%

R = 25.76%
G = 41.36%
B = 32.88%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#4C7A61 (or 0x4C7A61) is known color: Como. HEX triplet: 4C, 7A and 61. RGB value is (76,122,97). Sum of RGB (Red+Green+Blue) = 76+122+97=295 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.76% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 122 - color contains mainly: green. Hex color #4C7A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7A61 is #B3859E. Grayscale: #696969. Windows color (decimal): -11765151 or 6388300. OLE color: 6388300.

HSL color Cylindrical-coordinate representation of color #4C7A61: hue angle of 147.39º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C7A61 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB 76 122 97 -
CMYK 0.38 0 0.20 0.52
HSL 147.39º 0.23% 0.39% -
HSV(B) 147.39º 0.38% 0.48% -
XYZ 12.1 16.32 13.82 -
YUV 105.4 123.26 107.03 -
System Red Green Blue C M Y K H S L
Decimal 76 122 97 0.38 0 0.20 0.52 147.39 0.23 0.39
Hex 4C 7A 61 26 0 14 34 93 17 27
Octal 114 172 141 46 0 24 64 223 27 47
Binary 1001100 1111010 1100001 100110 0 10100 110100 10010011 10111 100111

Color Harmonies of #4C7A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7A61

Black with #4C7A61

Text Example


Text Example

White with #4C7A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,122,97); }

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

background-color css

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

 a { background-color: rgb(76,122,97); }

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

border-color css

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

 span { border-color: rgb(76,122,97); }

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