Html Css Color HEX #4F735B Como

📋 copy color: '#4F735B'

red 79 ◦ green 115 ◦ blue 91

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

Shades of Como #4F735B

Tints of Como #4F735B

RGB

 RED value IS 79 (31.25% from 255) = 27.72%

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

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

R = 27.72%
G = 40.35%
B = 31.93%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#4F735B (or 0x4F735B) is known color: Como. HEX triplet: 4F, 73 and 5B. RGB value is (79,115,91). Sum of RGB (Red+Green+Blue) = 79+115+91=285 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.72% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 115 - color contains mainly: green. Hex color #4F735B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F735B is #B08CA4. Grayscale: #656565. Windows color (decimal): -11570341 or 5993295. OLE color: 5993295.

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

Color convert

RGB 79 115 91 -
CMYK 0.31 0 0.21 0.55
HSL 140º 0.19% 0.38% -
HSV(B) 140º 0.31% 0.45% -
XYZ 11.24 14.68 12.14 -
YUV 101.5 122.07 111.95 -
System Red Green Blue C M Y K H S L
Decimal 79 115 91 0.31 0 0.21 0.55 140 0.19 0.38
Hex 4F 73 5B 1F 0 15 37 8C 13 26
Octal 117 163 133 37 0 25 67 214 23 46
Binary 1001111 1110011 1011011 11111 0 10101 110111 10001100 10011 100110

Color Harmonies of #4F735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F735B

Black with #4F735B

Text Example


Text Example

White with #4F735B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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