#3A631E

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

Shades of Dell #3A631E

Tints of Dell #3A631E

Color information

#3A631E (or 0x3A631E) is unknown color: approx Dell. HEX triplet: 3A, 63 and 1E. RGB value is (58,99,30). Sum of RGB (Red+Green+Blue) = 58+99+30=187 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.02% from 187); Green value is 99 (39.06% from 255 or 52.94% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 99 - color contains mainly: green. Hex color #3A631E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A631E is #C59CE1. Grayscale: #4F4F4F. Windows color (decimal): -12950754 or 1991482. OLE color: 1991482.

HSL color Cylindrical-coordinate representation of color #3A631E: hue angle of 95.65º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A631E is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB589930-
CMYK0.4100.700.61
HSL95.65º53.49%25.29%-
HSV(B)95.65º69.7%38.82%-
XYZ6.449.922.8-
YUV78.88100.42113.11-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.02%
GREEN value IS 99 (39.06% from 255) = 52.94%
BLUE value IS 30 (12.11% from 255) = 16.04%
R=31.02%
G=52.94%
B=16.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5899300.4100.700.6195.6553.4925.29
Hex3A631E290463D603519
Octal7214336510106751406531
Binary11101011000111111010100101000110111101110000011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A631E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,99,30); }

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

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

 a { background-color: rgb(58,99,30); }

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

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

 span { border-color: rgb(58,99,30); }

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