#3B671A

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

Shades of Dell #3B671A

Tints of Dell #3B671A

Color information

#3B671A (or 0x3B671A) is unknown color: approx Dell. HEX triplet: 3B, 67 and 1A. RGB value is (59,103,26). Sum of RGB (Red+Green+Blue) = 59+103+26=188 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.38% from 188); Green value is 103 (40.62% from 255 or 54.79% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 103 - color contains mainly: green. Hex color #3B671A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B671A is #C498E5. Grayscale: #515151. Windows color (decimal): -12884198 or 1730363. OLE color: 1730363.

HSL color Cylindrical-coordinate representation of color #3B671A: hue angle of 94.29º 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 #3B671A is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB5910326-
CMYK0.4300.750.60
HSL94.29º59.69%25.29%-
HSV(B)94.29º74.76%40.39%-
XYZ6.8410.72.68-
YUV81.0796.92112.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.38%
GREEN value IS 103 (40.62% from 255) = 54.79%
BLUE value IS 26 (10.55% from 255) = 13.83%
R=31.38%
G=54.79%
B=13.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal59103260.4300.750.6094.2959.6925.29
Hex3B671A2B04B3C5e3c19
Octal7314732530113741367431
Binary11101111001111101010101101001011111100101111011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B671A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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