#3B631A

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

Shades of Dell #3B631A

Tints of Dell #3B631A

Color information

#3B631A (or 0x3B631A) is unknown color: approx Dell. HEX triplet: 3B, 63 and 1A. RGB value is (59,99,26). Sum of RGB (Red+Green+Blue) = 59+99+26=184 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.07% from 184); Green value is 99 (39.06% from 255 or 53.80% from 184); Blue value is 26 (10.55% from 255 or 14.13% from 184); Max value from RGB is 99 - color contains mainly: green. Hex color #3B631A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B631A is #C49CE5. Grayscale: #4E4E4E. Windows color (decimal): -12885222 or 1729339. OLE color: 1729339.

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

Color convert

RGB599926-
CMYK0.4000.740.61
HSL92.88º58.4%24.51%-
HSV(B)92.88º73.74%38.82%-
XYZ6.459.932.55-
YUV78.7298.25113.94-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.07%
GREEN value IS 99 (39.06% from 255) = 53.80%
BLUE value IS 26 (10.55% from 255) = 14.13%
R=32.07%
G=53.80%
B=14.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5999260.4000.740.6192.8858.424.51
Hex3B631A2804A3D5d3a19
Octal7314332500112751357231
Binary11101111000111101010100001001010111101101110111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B631A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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