#3A6321

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

Shades of Dell #3A6321

Tints of Dell #3A6321

Color information

#3A6321 (or 0x3A6321) is unknown color: approx Dell. HEX triplet: 3A, 63 and 21. RGB value is (58,99,33). Sum of RGB (Red+Green+Blue) = 58+99+33=190 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.53% from 190); Green value is 99 (39.06% from 255 or 52.11% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 99 - color contains mainly: green. Hex color #3A6321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6321 is #C59CDE. Grayscale: #4F4F4F. Windows color (decimal): -12950751 or 2188090. OLE color: 2188090.

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

Color convert

RGB589933-
CMYK0.4100.670.61
HSL97.27º50%25.88%-
HSV(B)97.27º66.67%38.82%-
XYZ6.489.933.01-
YUV79.22101.92112.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.53%
GREEN value IS 99 (39.06% from 255) = 52.11%
BLUE value IS 33 (13.28% from 255) = 17.37%
R=30.53%
G=52.11%
B=17.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5899330.4100.670.6197.275025.88
Hex3A6321290433D61321a
Octal7214341510103751416232
Binary111010110001110000110100101000011111101110000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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