#3A6420

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

Shades of Dell #3A6420

Tints of Dell #3A6420

Color information

#3A6420 (or 0x3A6420) is unknown color: approx Dell. HEX triplet: 3A, 64 and 20. RGB value is (58,100,32). Sum of RGB (Red+Green+Blue) = 58+100+32=190 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.53% from 190); Green value is 100 (39.45% from 255 or 52.63% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 100 - color contains mainly: green. Hex color #3A6420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6420 is #C59BDF. Grayscale: #4F4F4F. Windows color (decimal): -12950496 or 2122810. OLE color: 2122810.

HSL color Cylindrical-coordinate representation of color #3A6420: hue angle of 97.06º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A6420 is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB5810032-
CMYK0.4200.680.61
HSL97.06º51.52%25.88%-
HSV(B)97.06º68%39.22%-
XYZ6.5610.122.97-
YUV79.69101.09112.53-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.53%
GREEN value IS 100 (39.45% from 255) = 52.63%
BLUE value IS 32 (12.89% from 255) = 16.84%
R=30.53%
G=52.63%
B=16.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal58100320.4200.680.6197.0651.5225.88
Hex3A64202A0443D61341a
Octal7214440520104751416432
Binary111010110010010000010101001000100111101110000111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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