#3D671F

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

Shades of Dell #3D671F

Tints of Dell #3D671F

Color information

#3D671F (or 0x3D671F) is unknown color: approx Dell. HEX triplet: 3D, 67 and 1F. RGB value is (61,103,31). Sum of RGB (Red+Green+Blue) = 61+103+31=195 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.28% from 195); Green value is 103 (40.62% from 255 or 52.82% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 103 - color contains mainly: green. Hex color #3D671F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D671F is #C298E0. Grayscale: #525252. Windows color (decimal): -12753121 or 2058045. OLE color: 2058045.

HSL color Cylindrical-coordinate representation of color #3D671F: hue angle of 95º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D671F is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB6110331-
CMYK0.4100.700.60
HSL95º53.73%26.27%-
HSV(B)95º69.9%40.39%-
XYZ7.0210.793.01-
YUV82.2399.09112.85-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.28%
GREEN value IS 103 (40.62% from 255) = 52.82%
BLUE value IS 31 (12.5% from 255) = 15.90%
R=31.28%
G=52.82%
B=15.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal61103310.4100.700.609553.7326.27
Hex3D671F290463C5f361a
Octal7514737510106741376632
Binary11110111001111111110100101000110111100101111111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D671F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,103,31); }

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

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

 a { background-color: rgb(61,103,31); }

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

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

 span { border-color: rgb(61,103,31); }

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