#3A6215

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

Shades of Dell #3A6215

Tints of Dell #3A6215

Color information

#3A6215 (or 0x3A6215) is unknown color: approx Dell. HEX triplet: 3A, 62 and 15. RGB value is (58,98,21). Sum of RGB (Red+Green+Blue) = 58+98+21=177 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.77% from 177); Green value is 98 (38.67% from 255 or 55.37% from 177); Blue value is 21 (8.59% from 255 or 11.86% from 177); Max value from RGB is 98 - color contains mainly: green. Hex color #3A6215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6215 is #C59DEA. Grayscale: #4D4D4D. Windows color (decimal): -12951019 or 1401402. OLE color: 1401402.

HSL color Cylindrical-coordinate representation of color #3A6215: hue angle of 91.17º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A6215 is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB589821-
CMYK0.4100.790.62
HSL91.17º64.71%23.33%-
HSV(B)91.17º78.57%38.43%-
XYZ6.259.692.25-
YUV77.2696.25114.26-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.77%
GREEN value IS 98 (38.67% from 255) = 55.37%
BLUE value IS 21 (8.59% from 255) = 11.86%
R=32.77%
G=55.37%
B=11.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5898210.4100.790.6291.1764.7123.33
Hex3A62152904F3E5b4117
Octal72142255101177613310127
Binary111010110001010101101001010011111111101011011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,98,21); }

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

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

 a { background-color: rgb(58,98,21); }

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

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

 span { border-color: rgb(58,98,21); }

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