#3A6A11

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

Shades of Dell #3A6A11

Tints of Dell #3A6A11

Color information

#3A6A11 (or 0x3A6A11) is unknown color: approx Dell. HEX triplet: 3A, 6A and 11. RGB value is (58,106,17). Sum of RGB (Red+Green+Blue) = 58+106+17=181 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.04% from 181); Green value is 106 (41.80% from 255 or 58.56% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 106 - color contains mainly: green. Hex color #3A6A11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6A11 is #C595EE. Grayscale: #515151. Windows color (decimal): -12948975 or 1141306. OLE color: 1141306.

HSL color Cylindrical-coordinate representation of color #3A6A11: hue angle of 92.36º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A6A11 is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB5810617-
CMYK0.4500.840.58
HSL92.36º72.36%24.12%-
HSV(B)92.36º83.96%41.57%-
XYZ711.252.33-
YUV81.591.6111.24-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.04%
GREEN value IS 106 (41.80% from 255) = 58.56%
BLUE value IS 17 (7.03% from 255) = 9.39%
R=32.04%
G=58.56%
B=9.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58106170.4500.840.5892.3672.3624.12
Hex3A6A112D0543A5c4818
Octal72152215501247213411030
Binary111010110101010001101101010101001110101011100100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,106,17); }

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

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

 a { background-color: rgb(58,106,17); }

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

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

 span { border-color: rgb(58,106,17); }

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