#4B8364

Color #4B8364 Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #4B8364

Tints of Como #4B8364

Color information

#4B8364 (or 0x4B8364) is unknown color: approx Como. HEX triplet: 4B, 83 and 64. RGB value is (75,131,100). Sum of RGB (Red+Green+Blue) = 75+131+100=306 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.51% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 131 - color contains mainly: green. Hex color #4B8364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8364 is #B47C9B. Grayscale: #6E6E6E. Windows color (decimal): -11828380 or 6587211. OLE color: 6587211.

HSL color Cylindrical-coordinate representation of color #4B8364: hue angle of 146.79º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4B8364 is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB75131100-
CMYK0.4300.240.49
HSL146.79º27.18%40.39%-
HSV(B)146.79º42.75%51.37%-
XYZ13.3218.6514.95-
YUV110.72121.95102.52-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.51%
GREEN value IS 131 (51.56% from 255) = 42.81%
BLUE value IS 100 (39.45% from 255) = 32.68%
R=24.51%
G=42.81%
B=32.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal751311000.4300.240.49146.7927.1840.39
Hex4B83642B01831931b28
Octal11320314453030612233350
Binary10010111000001111001001010110110001100011001001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,131,100); }

 H1.HeaderClassName
 {
   color: #4B8364;
 }
 .AnyTagClassName
 {
   color: #4B8364;
 }
</style>
background-color css

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

 a { background-color: rgb(75,131,100); }

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

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

 span { border-color: rgb(75,131,100); }

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