#3A6313

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

Shades of Dell #3A6313

Tints of Dell #3A6313

Color information

#3A6313 (or 0x3A6313) is unknown color: approx Dell. HEX triplet: 3A, 63 and 13. RGB value is (58,99,19). Sum of RGB (Red+Green+Blue) = 58+99+19=176 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.95% from 176); Green value is 99 (39.06% from 255 or 56.25% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 99 - color contains mainly: green. Hex color #3A6313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6313 is #C59CEC. Grayscale: #4D4D4D. Windows color (decimal): -12950765 or 1270586. OLE color: 1270586.

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

Color convert

RGB589919-
CMYK0.4100.810.61
HSL90.75º67.8%23.14%-
HSV(B)90.75º80.81%38.82%-
XYZ6.329.872.19-
YUV77.6294.92114-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.95%
GREEN value IS 99 (39.06% from 255) = 56.25%
BLUE value IS 19 (7.81% from 255) = 10.80%
R=32.95%
G=56.25%
B=10.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5899190.4100.810.6190.7567.823.14
Hex3A6313290513D5b4417
Octal72143235101217513310427
Binary111010110001110011101001010100011111011011011100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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