#3A6124

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

Shades of Dell #3A6124

Tints of Dell #3A6124

Color information

#3A6124 (or 0x3A6124) is unknown color: approx Dell. HEX triplet: 3A, 61 and 24. RGB value is (58,97,36). Sum of RGB (Red+Green+Blue) = 58+97+36=191 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.37% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 36 (14.45% from 255 or 18.85% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #3A6124 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6124 is #C59EDB. Grayscale: #4E4E4E. Windows color (decimal): -12951260 or 2384186. OLE color: 2384186.

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

Color convert

RGB589736-
CMYK0.4000.630.62
HSL98.36º45.86%26.08%-
HSV(B)98.36º62.89%38.04%-
XYZ6.349.583.18-
YUV78.39104.08113.46-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.37%
GREEN value IS 97 (38.28% from 255) = 50.79%
BLUE value IS 36 (14.45% from 255) = 18.85%
R=30.37%
G=50.79%
B=18.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5897360.4000.630.6298.3645.8626.08
Hex3A61242803F3E622e1a
Octal721414450077761425632
Binary11101011000011001001010000111111111110110001010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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