#3A641E

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

Shades of Dell #3A641E

Tints of Dell #3A641E

Color information

#3A641E (or 0x3A641E) is unknown color: approx Dell. HEX triplet: 3A, 64 and 1E. RGB value is (58,100,30). Sum of RGB (Red+Green+Blue) = 58+100+30=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 100 (39.45% from 255 or 53.19% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 100 - color contains mainly: green. Hex color #3A641E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A641E is #C59BE1. Grayscale: #4F4F4F. Windows color (decimal): -12950498 or 1991738. OLE color: 1991738.

HSL color Cylindrical-coordinate representation of color #3A641E: hue angle of 96º degrees, saturation: 0.54, 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 #3A641E is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB5810030-
CMYK0.4200.700.61
HSL96º53.85%25.49%-
HSV(B)96º70%39.22%-
XYZ6.5410.112.83-
YUV79.46100.09112.69-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.85%
GREEN value IS 100 (39.45% from 255) = 53.19%
BLUE value IS 30 (12.11% from 255) = 15.96%
R=30.85%
G=53.19%
B=15.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal58100300.4200.700.619653.8525.49
Hex3A641E2A0463D603619
Octal7214436520106751406631
Binary11101011001001111010101001000110111101110000011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A641E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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