Html Css Color HEX #4A785D Como

📋 copy color: '#4A785D'

red 74 ◦ green 120 ◦ blue 93

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

Shades of Como #4A785D

Tints of Como #4A785D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.81%

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

R = 25.78%
G = 41.81%
B = 32.4%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#4A785D (or 0x4A785D) is known color: Como. HEX triplet: 4A, 78 and 5D. RGB value is (74,120,93). Sum of RGB (Red+Green+Blue) = 74+120+93=287 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.78% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 120 - color contains mainly: green. Hex color #4A785D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A785D is #B587A2. Grayscale: #676767. Windows color (decimal): -11896739 or 6125642. OLE color: 6125642.

HSL color Cylindrical-coordinate representation of color #4A785D: hue angle of 144.78º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A785D is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 74 120 93 -
CMYK 0.38 0 0.22 0.53
HSL 144.78º 0.24% 0.38% -
HSV(B) 144.78º 0.38% 0.47% -
XYZ 11.52 15.68 12.78 -
YUV 103.17 122.26 107.2 -
System Red Green Blue C M Y K H S L
Decimal 74 120 93 0.38 0 0.22 0.53 144.78 0.24 0.38
Hex 4A 78 5D 26 0 16 35 91 18 26
Octal 112 170 135 46 0 26 65 221 30 46
Binary 1001010 1111000 1011101 100110 0 10110 110101 10010001 11000 100110

Color Harmonies of #4A785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A785D

Black with #4A785D

Text Example


Text Example

White with #4A785D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,120,93); }

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

background-color css

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

 a { background-color: rgb(74,120,93); }

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

border-color css

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

 span { border-color: rgb(74,120,93); }

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