#3A611C

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

Shades of Dell #3A611C

Tints of Dell #3A611C

Color information

#3A611C (or 0x3A611C) is unknown color: approx Dell. HEX triplet: 3A, 61 and 1C. RGB value is (58,97,28). Sum of RGB (Red+Green+Blue) = 58+97+28=183 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.69% from 183); Green value is 97 (38.28% from 255 or 53.01% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 97 - color contains mainly: green. Hex color #3A611C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A611C is #C59EE3. Grayscale: #4D4D4D. Windows color (decimal): -12951268 or 1859898. OLE color: 1859898.

HSL color Cylindrical-coordinate representation of color #3A611C: hue angle of 93.91º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A611C is Cyan = 0.40, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB589728-
CMYK0.4000.710.62
HSL93.91º55.2%24.51%-
HSV(B)93.91º71.13%38.04%-
XYZ6.239.532.61-
YUV77.47100.08114.11-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.69%
GREEN value IS 97 (38.28% from 255) = 53.01%
BLUE value IS 28 (11.33% from 255) = 15.30%
R=31.69%
G=53.01%
B=15.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5897280.4000.710.6293.9155.224.51
Hex3A611C280473E5e3719
Octal7214134500107761366731
Binary11101011000011110010100001000111111110101111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A611C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,97,28); }

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

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

 a { background-color: rgb(58,97,28); }

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

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

 span { border-color: rgb(58,97,28); }

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