#3D651A

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

Shades of Dell #3D651A

Tints of Dell #3D651A

Color information

#3D651A (or 0x3D651A) is unknown color: approx Dell. HEX triplet: 3D, 65 and 1A. RGB value is (61,101,26). Sum of RGB (Red+Green+Blue) = 61+101+26=188 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.45% from 188); Green value is 101 (39.84% from 255 or 53.72% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 101 - color contains mainly: green. Hex color #3D651A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D651A is #C29AE5. Grayscale: #505050. Windows color (decimal): -12753638 or 1729853. OLE color: 1729853.

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

Color convert

RGB6110126-
CMYK0.4000.740.60
HSL92º59.06%24.9%-
HSV(B)92º74.26%39.61%-
XYZ6.7610.372.62-
YUV80.4997.25114.1-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.45%
GREEN value IS 101 (39.84% from 255) = 53.72%
BLUE value IS 26 (10.55% from 255) = 13.83%
R=32.45%
G=53.72%
B=13.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal61101260.4000.740.609259.0624.9
Hex3D651A2804A3C5c3b19
Octal7514532500112741347331
Binary11110111001011101010100001001010111100101110011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D651A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,101,26); }

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

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

 a { background-color: rgb(61,101,26); }

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

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

 span { border-color: rgb(61,101,26); }

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