#3A5F1F

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

Shades of Dell #3A5F1F

Tints of Dell #3A5F1F

Color information

#3A5F1F (or 0x3A5F1F) is unknown color: approx Dell. HEX triplet: 3A, 5F and 1F. RGB value is (58,95,31). Sum of RGB (Red+Green+Blue) = 58+95+31=184 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.52% from 184); Green value is 95 (37.5% from 255 or 51.63% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 95 - color contains mainly: green. Hex color #3A5F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5F1F is #C5A0E0. Grayscale: #4C4C4C. Windows color (decimal): -12951777 or 2055994. OLE color: 2055994.

HSL color Cylindrical-coordinate representation of color #3A5F1F: hue angle of 94.69º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A5F1F is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.63.

Color convert

RGB589531-
CMYK0.3900.670.63
HSL94.69º50.79%24.71%-
HSV(B)94.69º67.37%37.25%-
XYZ6.089.182.75-
YUV76.64102.24114.7-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.52%
GREEN value IS 95 (37.5% from 255) = 51.63%
BLUE value IS 31 (12.5% from 255) = 16.85%
R=31.52%
G=51.63%
B=16.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5895310.3900.670.6394.6950.7924.71
Hex3A5F1F270433F5f3319
Octal7213737470103771376331
Binary11101010111111111110011101000011111111101111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,95,31); }

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

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

 a { background-color: rgb(58,95,31); }

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

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

 span { border-color: rgb(58,95,31); }

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