#4B835D

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

Shades of Como #4B835D

Tints of Como #4B835D

Color information

#4B835D (or 0x4B835D) is unknown color: approx Como. HEX triplet: 4B, 83 and 5D. RGB value is (75,131,93). Sum of RGB (Red+Green+Blue) = 75+131+93=299 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.08% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 131 - color contains mainly: green. Hex color #4B835D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B835D is #B47CA2. Grayscale: #6E6E6E. Windows color (decimal): -11828387 or 6128459. OLE color: 6128459.

HSL color Cylindrical-coordinate representation of color #4B835D: hue angle of 139.29º 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 #4B835D is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB7513193-
CMYK0.4300.290.49
HSL139.29º27.18%40.39%-
HSV(B)139.29º42.75%51.37%-
XYZ12.9918.5213.25-
YUV109.92118.45103.09-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.08%
GREEN value IS 131 (51.56% from 255) = 43.81%
BLUE value IS 93 (36.72% from 255) = 31.10%
R=25.08%
G=43.81%
B=31.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal75131930.4300.290.49139.2927.1840.39
Hex4B835D2B01D318b1b28
Octal11320313553035612133350
Binary10010111000001110111011010110111011100011000101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B835D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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