#3a621c

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

Shades of Dell #3A621C

Tints of Dell #3A621C

Color information

#3A621C (or 0x3A621C) is unknown color: approx Dell. HEX triplet: 3A, 62 and 1C. RGB value is (58,98,28). Sum of RGB (Red+Green+Blue) = 58+98+28=184 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.52% from 184); Green value is 98 (38.67% from 255 or 53.26% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 98 - color contains mainly: green. Hex color #3A621C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A621C is #C59DE3. Grayscale: #4E4E4E. Windows color (decimal): -12951012 or 1860154. OLE color: 1860154.

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

Color convert

RGB589828-
CMYK0.4100.710.62
HSL94.29º55.56%24.71%-
HSV(B)94.29º71.43%38.43%-
XYZ6.329.722.64-
YUV78.0699.75113.69-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.52%
GREEN value IS 98 (38.67% from 255) = 53.26%
BLUE value IS 28 (11.33% from 255) = 15.22%
R=31.52%
G=53.26%
B=15.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5898280.4100.710.6294.2955.5624.71
Hex3A621C290473E5e3819
Octal7214234510107761367031
Binary11101011000101110010100101000111111110101111011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a621c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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