#3B631D

Color #3B631D Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #3B631D

Tints of Dell #3B631D

Color information

#3B631D (or 0x3B631D) is unknown color: approx Dell. HEX triplet: 3B, 63 and 1D. RGB value is (59,99,29). Sum of RGB (Red+Green+Blue) = 59+99+29=187 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.55% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #3B631D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B631D is #C49CE2. Grayscale: #4F4F4F. Windows color (decimal): -12885219 or 1925947. OLE color: 1925947.

HSL color Cylindrical-coordinate representation of color #3B631D: hue angle of 94.29º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B631D is Cyan = 0.40, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB599929-
CMYK0.4000.710.61
HSL94.29º54.69%25.1%-
HSV(B)94.29º70.71%38.82%-
XYZ6.499.942.74-
YUV79.0699.75113.69-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.55%
GREEN value IS 99 (39.06% from 255) = 52.94%
BLUE value IS 29 (11.72% from 255) = 15.51%
R=31.55%
G=52.94%
B=15.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5999290.4000.710.6194.2954.6925.1
Hex3B631D280473D5e3719
Octal7314335500107751366731
Binary11101111000111110110100001000111111101101111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B631D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B631D; }

 p { color: rgb(59,99,29); }

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

<style>
 a { background-color: #3B631D; }

 a { background-color: rgb(59,99,29); }

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

<style>
 span { border-color: #3B631D; }

 span { border-color: rgb(59,99,29); }

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