#3A6610

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

Shades of Dell #3A6610

Tints of Dell #3A6610

Color information

#3A6610 (or 0x3A6610) is unknown color: approx Dell. HEX triplet: 3A, 66 and 10. RGB value is (58,102,16). Sum of RGB (Red+Green+Blue) = 58+102+16=176 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.95% from 176); Green value is 102 (40.23% from 255 or 57.95% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 102 - color contains mainly: green. Hex color #3A6610 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6610 is #C599EF. Grayscale: #4F4F4F. Windows color (decimal): -12950000 or 1074746. OLE color: 1074746.

HSL color Cylindrical-coordinate representation of color #3A6610: hue angle of 90.7º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A6610 is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB5810216-
CMYK0.4300.840.6
HSL90.7º72.88%23.14%-
HSV(B)90.7º84.31%40%-
XYZ6.5910.442.16-
YUV79.0492.42112.99-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.95%
GREEN value IS 102 (40.23% from 255) = 57.95%
BLUE value IS 16 (6.64% from 255) = 9.09%
R=32.95%
G=57.95%
B=9.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal58102160.4300.840.690.772.8823.14
Hex3A66102B0543C5b4917
Octal72146205301247413311127
Binary111010110011010000101011010101001111001011011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,102,16); }

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

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

 a { background-color: rgb(58,102,16); }

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

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

 span { border-color: rgb(58,102,16); }

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