#3A6119

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

Shades of Dell #3A6119

Tints of Dell #3A6119

Color information

#3A6119 (or 0x3A6119) is unknown color: approx Dell. HEX triplet: 3A, 61 and 19. RGB value is (58,97,25). Sum of RGB (Red+Green+Blue) = 58+97+25=180 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.22% from 180); Green value is 97 (38.28% from 255 or 53.89% from 180); Blue value is 25 (10.16% from 255 or 13.89% from 180); Max value from RGB is 97 - color contains mainly: green. Hex color #3A6119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6119 is #C59EE6. Grayscale: #4D4D4D. Windows color (decimal): -12951271 or 1663290. OLE color: 1663290.

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

Color convert

RGB589725-
CMYK0.4000.740.62
HSL92.5º59.02%23.92%-
HSV(B)92.5º74.23%38.04%-
XYZ6.29.522.43-
YUV77.1398.58114.35-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.22%
GREEN value IS 97 (38.28% from 255) = 53.89%
BLUE value IS 25 (10.16% from 255) = 13.89%
R=32.22%
G=53.89%
B=13.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5897250.4000.740.6292.559.0223.92
Hex3A61192804A3E5c3b18
Octal7214131500112761347330
Binary11101011000011100110100001001010111110101110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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