Html Css Color HEX #4A735B Como

📋 copy color: '#4A735B'

red 74 ◦ green 115 ◦ blue 91

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

Shades of Como #4A735B

Tints of Como #4A735B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.07%

 BLUE value IS 91 (35.94% from 255) = 32.5%

R = 26.43%
G = 41.07%
B = 32.5%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#4A735B (or 0x4A735B) is known color: Como. HEX triplet: 4A, 73 and 5B. RGB value is (74,115,91). Sum of RGB (Red+Green+Blue) = 74+115+91=280 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.43% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 115 - color contains mainly: green. Hex color #4A735B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A735B is #B58CA4. Grayscale: #646464. Windows color (decimal): -11898021 or 5993290. OLE color: 5993290.

HSL color Cylindrical-coordinate representation of color #4A735B: hue angle of 144.88º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4A735B is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 74 115 91 -
CMYK 0.36 0 0.21 0.55
HSL 144.88º 0.22% 0.37% -
HSV(B) 144.88º 0.36% 0.45% -
XYZ 10.84 14.47 12.12 -
YUV 100.01 122.92 109.45 -
System Red Green Blue C M Y K H S L
Decimal 74 115 91 0.36 0 0.21 0.55 144.88 0.22 0.37
Hex 4A 73 5B 24 0 15 37 91 16 25
Octal 112 163 133 44 0 25 67 221 26 45
Binary 1001010 1110011 1011011 100100 0 10101 110111 10010001 10110 100101

Color Harmonies of #4A735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A735B

Black with #4A735B

Text Example


Text Example

White with #4A735B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,115,91); }

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

background-color css

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

 a { background-color: rgb(74,115,91); }

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

border-color css

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

 span { border-color: rgb(74,115,91); }

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