#3A6121

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

Shades of Dell #3A6121

Tints of Dell #3A6121

Color information

#3A6121 (or 0x3A6121) is unknown color: approx Dell. HEX triplet: 3A, 61 and 21. RGB value is (58,97,33). Sum of RGB (Red+Green+Blue) = 58+97+33=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 97 (38.28% from 255 or 51.60% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 97 - color contains mainly: green. Hex color #3A6121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6121 is #C59EDE. Grayscale: #4E4E4E. Windows color (decimal): -12951263 or 2187578. OLE color: 2187578.

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

Color convert

RGB589733-
CMYK0.4000.660.62
HSL96.56º49.23%25.49%-
HSV(B)96.56º65.98%38.04%-
XYZ6.299.562.95-
YUV78.04102.58113.7-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.85%
GREEN value IS 97 (38.28% from 255) = 51.60%
BLUE value IS 33 (13.28% from 255) = 17.55%
R=30.85%
G=51.60%
B=17.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5897330.4000.660.6296.5649.2325.49
Hex3A6121280423E613119
Octal7214141500102761416131
Binary111010110000110000110100001000010111110110000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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