#4B845C

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

Shades of Como #4B845C

Tints of Como #4B845C

Color information

#4B845C (or 0x4B845C) is unknown color: approx Como. HEX triplet: 4B, 84 and 5C. RGB value is (75,132,92). Sum of RGB (Red+Green+Blue) = 75+132+92=299 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.08% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 132 - color contains mainly: green. Hex color #4B845C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B845C is #B47BA3. Grayscale: #6E6E6E. Windows color (decimal): -11828132 or 6063179. OLE color: 6063179.

HSL color Cylindrical-coordinate representation of color #4B845C: hue angle of 137.89º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4B845C is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB7513292-
CMYK0.4300.300.48
HSL137.89º27.54%40.59%-
HSV(B)137.89º43.18%51.76%-
XYZ13.0818.7713.06-
YUV110.4117.62102.75-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.08%
GREEN value IS 132 (51.95% from 255) = 44.15%
BLUE value IS 92 (36.33% from 255) = 30.77%
R=25.08%
G=44.15%
B=30.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal75132920.4300.300.48137.8927.5440.59
Hex4B845C2B01E308a1c29
Octal11320413453036602123451
Binary10010111000010010111001010110111101100001000101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B845C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,132,92); }

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

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

 a { background-color: rgb(75,132,92); }

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

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

 span { border-color: rgb(75,132,92); }

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