Html Css Color HEX #4A7A61 Como

📋 copy color: '#4A7A61'

red 74 ◦ green 122 ◦ blue 97

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

Shades of Como #4A7A61

Tints of Como #4A7A61

RGB

 RED value IS 74 (29.3% from 255) = 25.26%

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

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

R = 25.26%
G = 41.64%
B = 33.11%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#4A7A61 (or 0x4A7A61) is known color: Como. HEX triplet: 4A, 7A and 61. RGB value is (74,122,97). Sum of RGB (Red+Green+Blue) = 74+122+97=293 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.26% from 293); Green value is 122 (48.05% from 255 or 41.64% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 122 - color contains mainly: green. Hex color #4A7A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7A61 is #B5859E. Grayscale: #686868. Windows color (decimal): -11896223 or 6388298. OLE color: 6388298.

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

Color convert

RGB 74 122 97 -
CMYK 0.39 0 0.20 0.52
HSL 148.75º 0.24% 0.38% -
HSV(B) 148.75º 0.39% 0.48% -
XYZ 11.94 16.24 13.81 -
YUV 104.8 123.6 106.03 -
System Red Green Blue C M Y K H S L
Decimal 74 122 97 0.39 0 0.20 0.52 148.75 0.24 0.38
Hex 4A 7A 61 27 0 14 34 95 18 26
Octal 112 172 141 47 0 24 64 225 30 46
Binary 1001010 1111010 1100001 100111 0 10100 110100 10010101 11000 100110

Color Harmonies of #4A7A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7A61

Black with #4A7A61

Text Example


Text Example

White with #4A7A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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