#3A6A20

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

Shades of Dell #3A6A20

Tints of Dell #3A6A20

Color information

#3A6A20 (or 0x3A6A20) is unknown color: approx Dell. HEX triplet: 3A, 6A and 20. RGB value is (58,106,32). Sum of RGB (Red+Green+Blue) = 58+106+32=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 106 (41.80% from 255 or 54.08% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 106 - color contains mainly: green. Hex color #3A6A20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6A20 is #C595DF. Grayscale: #535353. Windows color (decimal): -12948960 or 2124346. OLE color: 2124346.

HSL color Cylindrical-coordinate representation of color #3A6A20: hue angle of 98.92º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A6A20 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB5810632-
CMYK0.4500.700.58
HSL98.92º53.62%27.06%-
HSV(B)98.92º69.81%41.57%-
XYZ7.1611.313.17-
YUV83.2199.1110.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.59%
GREEN value IS 106 (41.80% from 255) = 54.08%
BLUE value IS 32 (12.89% from 255) = 16.33%
R=29.59%
G=54.08%
B=16.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58106320.4500.700.5898.9253.6227.06
Hex3A6A202D0463A63361b
Octal7215240550106721436633
Binary111010110101010000010110101000110111010110001111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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