#3A6019

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

Shades of Dell #3A6019

Tints of Dell #3A6019

Color information

#3A6019 (or 0x3A6019) is unknown color: approx Dell. HEX triplet: 3A, 60 and 19. RGB value is (58,96,25). Sum of RGB (Red+Green+Blue) = 58+96+25=179 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.40% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 25 (10.16% from 255 or 13.97% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #3A6019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6019 is #C59FE6. Grayscale: #4C4C4C. Windows color (decimal): -12951527 or 1663034. OLE color: 1663034.

HSL color Cylindrical-coordinate representation of color #3A6019: hue angle of 92.11º 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 #3A6019 is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB589625-
CMYK0.4000.740.62
HSL92.11º58.68%23.73%-
HSV(B)92.11º73.96%37.65%-
XYZ6.19.342.4-
YUV76.5498.91114.77-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.40%
GREEN value IS 96 (37.89% from 255) = 53.63%
BLUE value IS 25 (10.16% from 255) = 13.97%
R=32.40%
G=53.63%
B=13.97%

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
Decimal5896250.4000.740.6292.1158.6823.73
Hex3A60192804A3E5c3b18
Octal7214031500112761347330
Binary11101011000001100110100001001010111110101110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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