#3A671A

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

Shades of Dell #3A671A

Tints of Dell #3A671A

Color information

#3A671A (or 0x3A671A) is unknown color: approx Dell. HEX triplet: 3A, 67 and 1A. RGB value is (58,103,26). Sum of RGB (Red+Green+Blue) = 58+103+26=187 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.02% from 187); Green value is 103 (40.62% from 255 or 55.08% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 103 - color contains mainly: green. Hex color #3A671A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A671A is #C598E5. Grayscale: #515151. Windows color (decimal): -12949734 or 1730362. OLE color: 1730362.

HSL color Cylindrical-coordinate representation of color #3A671A: hue angle of 95.06º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A671A is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB5810326-
CMYK0.4400.750.60
HSL95.06º59.69%25.29%-
HSV(B)95.06º74.76%40.39%-
XYZ6.7810.672.68-
YUV80.7797.09111.76-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.02%
GREEN value IS 103 (40.62% from 255) = 55.08%
BLUE value IS 26 (10.55% from 255) = 13.90%
R=31.02%
G=55.08%
B=13.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal58103260.4400.750.6095.0659.6925.29
Hex3A671A2C04B3C5f3c19
Octal7214732540113741377431
Binary11101011001111101010110001001011111100101111111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A671A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,103,26); }

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

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

 a { background-color: rgb(58,103,26); }

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

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

 span { border-color: rgb(58,103,26); }

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